UNPKG

art-template

Version:
15 lines (12 loc) 250 B
// RequireJS && SeaJS if (typeof define === 'function') { define(function() { return template; }); // NodeJS } else if (typeof exports !== 'undefined') { module.exports = template; } else { this.template = template; } })();