gentyl
Version:
A Generator That You'll Love
17 lines (16 loc) • 479 B
JavaScript
(function () {
var root = this;
var define = define || undefined;
if (typeof exports !== 'undefined') {
if (typeof module !== 'undefined' && module.exports) {
exports = module.exports = Gentyl;
}
exports.Gentyl = Gentyl;
}
else if (typeof define !== 'undefined' && define.amd) {
define('Gentyl', (function () { return root.Gentyl = Gentyl; })());
}
else {
root.Gentyl = Gentyl;
}
}).call(this);