Files
DefinitelyTyped/types/csprng/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
298 B
TypeScript

// Type definitions for csprng 0.1
// Project: https://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;