UNPKG
privacy.com
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
0.3.0
0.2.0
0.1.0
Wrapper for the Privacy.com API using Axios and TypeScript
jeremigendron/privacy.com
privacy.com
/
dist
/
utils.d.ts
2 lines
(1 loc)
•
75 B
TypeScript
View Raw
1
2
export
declare
const
createHmac
:
(
apiKey
:
string
,
data
:
object
) =>
string
;