UNPKG

158 BTypeScriptView Raw
1/// <reference types="node" />
2
3import { randomBytes as _randomBytes } from "crypto";
4
5export = randomBytes;
6
7declare const randomBytes: typeof _randomBytes;