UNPKG
@leo-util/crypto-js
Version:
latest (4.3.0)
4.3.0
4.2.7
4.2.6
4.2.5
4.2.4
4.2.2
4.2.1
4.2.0
JavaScript library of crypto standards.
github.com/dqdq4197/crypto-js
dqdq4197/crypto-js
@leo-util/crypto-js
/
hmac-sha1.d.ts
4 lines
(2 loc)
•
67 B
TypeScript
View Raw
1
2
3
4
import
CryptoJS
=
require
(
"./index"
);
export
=
CryptoJS
.
HmacSHA1
;