UNPKG

201 BJavaScriptView Raw
1// eslint-disable-next-line
2export const subtle = /** @type {any} */ (crypto).subtle
3// eslint-disable-next-line
4export const getRandomValues = /** @type {any} */ (crypto).getRandomValues.bind(crypto)