rittenhop-ghost/versions/5.94.2/node_modules/lib0/webcrypto.deno.js

5 lines
201 B
JavaScript
Raw Normal View History

// eslint-disable-next-line
export const subtle = /** @type {any} */ (crypto).subtle
// eslint-disable-next-line
export const getRandomValues = /** @type {any} */ (crypto).getRandomValues.bind(crypto)