Jeff Thompson | 83003a5 | 2012-12-09 12:28:00 -0800 | [diff] [blame] | 1 | /* This is node-ndn-js-footer.txt which make-node-ndn-js.js.sh puts at the end after including |
Jeff Thompson | ec4036b | 2012-11-24 23:17:55 -0800 | [diff] [blame] | 2 | * all the source files. Declare the exports. |
3 | */ | ||||
4 | |||||
5 | exports.NDN = NDN; | ||||
6 | exports.Closure = Closure; | ||||
7 | exports.Name = Name; | ||||
8 | exports.Interest = Interest; | ||||
9 | exports.ContentObject = ContentObject; | ||||
10 | exports.DataUtils = DataUtils; | ||||
11 |