npm.io
2.0.3 • Published 2 years ago

@types/randombytes

Licence
MIT
Version
2.0.3
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
51.4K

Installation

npm install --save @types/randombytes

Summary

This package contains type definitions for randombytes (https://github.com/crypto-browserify/randombytes).

Details

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

index.d.ts

/// <reference types="node" />

import { randomBytes as _randomBytes } from "crypto";

export = randomBytes;

declare const randomBytes: typeof _randomBytes;

Additional Details

  • Last updated: Tue, 07 Nov 2023 0939 GMT
  • Dependencies: @types/node

Credits

These definitions were written by BendingBender.