UNPKG

funcunit

Version:
13 lines (9 loc) 202 B
/** * Create an object with a `null` prototype. */ "use strict"; exports.__esModule = true; exports["default"] = function () { return Object.create(null); }; module.exports = exports["default"];