DefinitelyTyped/types/csprng/index.d.ts
2019-02-12 10:40:37 -08:00

8 lines
297 B
TypeScript

// Type definitions for csprng 0.1
// Project: http://github.com/jcoglan/node-csprng
// Definitions by: Wink Saville <https://github.com/winksaville>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = csprng;
declare function csprng(bits: number, radix: number): string;