UNPKG

grunt-systemjs-builder

Version:

grunt task for building projects based on systemjs

15 lines (11 loc) 223 B
/* */ "format cjs"; /** * Create an object with a `null` prototype. */ "use strict"; exports.__esModule = true; exports["default"] = function () { return Object.create(null); }; module.exports = exports["default"];