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
/
index.d.ts
4 lines
(3 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
import
decryptText
from
'./decryptText'
;
import
encryptText
from
'./encryptText'
;
export
{ encryptText, decryptText };