UNPKG

randombytes-pure

Version:

JS-only implementation of randomBytes, intended for use with React Native and other limited runtimes

6 lines 253 B
/// <reference types="node" /> import "./ensureBuffer"; declare type Callback = (err?: Error, buff?: Buffer) => any; export declare function randomBytes(length: any, cb?: Callback): Buffer; export default randomBytes; //# sourceMappingURL=index.d.ts.map