UNPKG

blockstack

Version:

The Blockstack Javascript library for authentication, identity, and storage.

6 lines (5 loc) 253 B
/// <reference types="node" /> import * as randombytes from 'randombytes'; export { randombytes as randomBytes }; /** Optional function to generate cryptographically secure random bytes */ export declare type GetRandomBytes = (count: number) => Buffer;