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