UNPKG

systemjs

Version:

System loader extension for flexible AMD & CommonJS support

19 lines (15 loc) 215 B
/* this is AMD */ // works with comments!!! /* At least I hope so */ "amd"; var m = { amd: 'amd' }; define(m); // attempt to fool amd detection if (typeof module != 'undefined') module.exports = 'hello';