UNPKG

browserfs

Version:

A filesystem in your browser!

16 lines 286 B
exports.__esModule = true; /** * @hidden */ var toExport; if (typeof (window) !== 'undefined') { toExport = window; } else if (typeof (self) !== 'undefined') { toExport = self; } else { toExport = global; } exports["default"] = toExport; //# sourceMappingURL=global.js.map