0.1.4 • Published 7 months ago

@types/csprng v0.1.4

Weekly downloads
814
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/csprng

Summary

This package contains type definitions for csprng (https://github.com/jcoglan/node-csprng).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/csprng.

index.d.ts

// 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;

Additional Details

  • Last updated: Thu, 16 Dec 2021 22:31:54 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Wink Saville.