5 lines
182 B
JavaScript
5 lines
182 B
JavaScript
// https://docs.rs/getrandom/0.2.8/getrandom/index.html#nodejs-es-module-support
|
|
import { webcrypto } from "node:crypto";
|
|
globalThis.crypto = webcrypto;
|
|
|
|
export * from "./index.js";
|