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
/
encryptText.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
declare
const
encryptText
:
(
text
:
string
,
securityKey
?:
Buffer
,
initVector
?:
Buffer
) =>
string
;
export
default
encryptText;