blob: d7ce0606612098703c19b8ced6f108f9ce7a7927 [file] [log] [blame]
Jeff Thompsonec4036b2012-11-24 23:17:55 -08001
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
6exports.NDN = NDN;
7exports.Closure = Closure;
8exports.Name = Name;
9exports.Interest = Interest;
10exports.ContentObject = ContentObject;
11exports.DataUtils = DataUtils;
12