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.

6 lines (5 loc) 158 B
import type nodeCrypto from "node:crypto"; export * from "./web"; export * from "./node"; declare const _default: typeof nodeCrypto; export default _default;