Files
427e7578-d7bf-49c8-aee9-2dd…/yjs-poll/node_modules/lib0/dist/isomorphic.cjs

18 lines
436 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var isomorphic_js = require('isomorphic.js');
Object.defineProperty(exports, 'cryptoRandomBuffer', {
enumerable: true,
get: function () { return isomorphic_js.cryptoRandomBuffer; }
});
Object.defineProperty(exports, 'performance', {
enumerable: true,
get: function () { return isomorphic_js.performance; }
});
//# sourceMappingURL=isomorphic.cjs.map