UNPKG

contingent

Version:

Create cryptographically-strong random numbers in node.js or the browser

4 lines (3 loc) 170 B
/// <reference types="node" /> export declare function swap(list: any[], a: number, b: number): any[]; export declare function toArray(obj: Buffer | DataView): number[];