UNPKG

lib0

Version:

> Monorepo of isomorphic utility functions

13 lines (8 loc) 304 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* eslint-env browser */ const subtle = crypto.subtle; const getRandomValues = crypto.getRandomValues.bind(crypto); exports.getRandomValues = getRandomValues; exports.subtle = subtle; //# sourceMappingURL=webcrypto.cjs.map