UNPKG
smh-mongoose-utils
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Mongoose utilities
github.com/smuniharish/smh-mongoose-utils.git
smuniharish/smh-mongoose-utils
smh-mongoose-utils
/
lib
/
utils
/
decryptText.d.ts
3 lines
(2 loc)
•
90 B
TypeScript
View Raw
1
2
3
declare
const
decryptText
:
(
encryptedData
:
string
) =>
string
;
export
default
decryptText;