Files
whsfund/functions/node_modules/jose/dist/browser/runtime/random.js
2026-03-23 15:29:13 -04:00

3 lines
89 B
JavaScript

import crypto from './webcrypto.js';
export default crypto.getRandomValues.bind(crypto);