UNPKG
tickethead-sdk
Version:
latest (10.18.3)
10.18.3
10.0.1
SDK for the Tickethead API
tickethead-sdk
/
dist
/
src
/
utils
/
hash.d.ts
10 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
enum
HashAlgorithm
{
MD5
=
"md5"
,
SHA1
=
"sha1"
,
SHA224
=
"sha224"
,
SHA256
=
"sha256"
,
SHA384
=
"sha384"
,
SHA512
=
"sha512"
}
export
declare
function
hash
(
payload
:
string
,
alg
?:
HashAlgorithm
):
string
;
//# sourceMappingURL=hash.d.ts.map