UNPKG

n-digit-token

Version:

Cryptographically secure pseudo-random token of n digits

9 lines (8 loc) 288 B
import type { Options } from '../types'; /** * Validates type of options.customByteStream. * Please read the README for more information. * @param options * @throws {error} if called with invalid options */ export declare const validateCustomByteStream: (options?: Options) => void;