UNPKG

129 BJavaScriptView Raw
1/* eslint-env browser */
2
3export const subtle = crypto.subtle
4export const getRandomValues = crypto.getRandomValues.bind(crypto)