UNPKG

streams

Version:

A lazy streams library for functional composition in JavaScript.

2 lines (1 loc) 111 B
export declare function iteratorSecureRandom(bufferSize?: number): AsyncGenerator<number, undefined, unknown>;