UNPKG

lib0

Version:

> Monorepo of isomorphic utility functions

5 lines (3 loc) 195 B
import { webcrypto } from 'node:crypto' export const subtle = /** @type {any} */ (webcrypto).subtle export const getRandomValues = /** @type {any} */ (webcrypto).getRandomValues.bind(webcrypto)