UNPKG

202 BJavaScriptView Raw
1/**
2 * Create an object with a `null` prototype.
3 */
4
5"use strict";
6
7exports.__esModule = true;
8
9exports["default"] = function () {
10 return Object.create(null);
11};
12
13module.exports = exports["default"];
\No newline at end of file