UNPKG

lib0

Version:

> Monorepo of isomorphic utility functions

5 lines (3 loc) 129 B
/* eslint-env browser */ export const subtle = crypto.subtle export const getRandomValues = crypto.getRandomValues.bind(crypto)