UNPKG

unenv

Version:

`unenv` is a framework-agnostic system that allows converting JavaScript code to be platform agnostic and work in any environment including Browsers, Workers, Node.js, or JavaScript runtime.

4 lines (3 loc) 163 B
export declare const subtle: SubtleCrypto; export declare const randomUUID: Crypto["randomUUID"]; export declare const getRandomValues: Crypto["getRandomValues"];