UNPKG
nyt-util
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Neyaatek Utilies
nyt-util
/
dist
/
main
/
crypto-decrypt.d.ts
2 lines
(1 loc)
•
78 B
TypeScript
View Raw
1
2
export
declare
const
Decrypt
:
(
text
:
string
,
key
:
string
) =>
Promise
<
string
>;