UNPKG
@esm-pack/bcrypt
Version:
latest (5.0.4)
5.0.4
5.0.3
bcrypt esm package build from bcrypt-ts
github.com/esm-pack/bcrypt
esm-pack/bcrypt
@esm-pack/bcrypt
/
dist
/
types
/
random
/
browser.d.ts
11 lines
(10 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@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
) =>
number
[];