You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/umd/template.js

26 lines
511 B
JavaScript

;(function (f) {
// CommonJS
if (typeof exports === "object") {
module.exports = f();
// RequireJS
} else if (typeof define === "function" && define.amd) {
define(f);
// <script>
} else {
var g
if (typeof window !== "undefined") {
g = window;
} else if (typeof global !== "undefined") {
g = global;
} else if (typeof self !== "undefined") {
g = self;
}
{{defineNamespace}};
}
})(function () {
source()//trick uglify-js into not minifying
});