UNPKG
@authup/kit
Version:
latest (1.0.0-beta.32)
1.0.0-beta.32
1.0.0-beta.30
1.0.0-beta.29
1.0.0-beta.28
1.0.0-beta.27
1.0.0-beta.26
1.0.0-beta.25
1.0.0-beta.24
1.0.0-beta.23
1.0.0-beta.22
1.0.0-beta.21
1.0.0-beta.20
1.0.0-beta.19
1.0.0-beta.18
1.0.0-beta.17
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.10
A Package containing general (context independent) utilities.
github.com/authup/authup
authup/authup
@authup/kit
/
dist
/
bcrypt.d.ts
8 lines
•
276 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Check if an input string might be a bcrypt hash. * *
@see
https://stackoverflow.com/questions/5393803/can-someone-explain-how-bcrypt-verifies-a-hash *
@param
input */
export
declare
function
isBCryptHash
(
input:
string
):
boolean
;
//# sourceMappingURL=bcrypt.d.ts.map