UNPKG
@pnpm/crypto.base32-hash
Version:
latest (900.0.0)
900.0.0
3.0.1
3.0.0
2.0.0
1.0.1
1.0.0
Create a base32 hash
github.com/pnpm/pnpm/blob/main/packages/crypto.base32-hash
pnpm/pnpm
@pnpm/crypto.base32-hash
/
lib
/
index.d.ts
3 lines
(2 loc)
•
144 B
TypeScript
View Raw
1
2
3
export
declare
function
createBase32Hash
(
str
:
string
):
string
;
export
declare
function
createBase32HashFromFile
(
file
:
string
):
Promise
<
string
>;