UNPKG

@esm-pack/bcrypt

Version:

bcrypt esm package build from bcrypt-ts

11 lines (10 loc) 250 B
/** * @private * * Generates cryptographically secure random bytes. * * @param length Bytes length * @returns Random bytes * @throws {Error} If no random implementation is available */ export declare const random: (length: number) => Buffer;