UNPKG
@qlover/corekit-node
Version:
latest (0.0.1)
0.0.1
github.com/qlover/fe-base
qlover/fe-base
@qlover/corekit-node
/
dist
/
encrypt
/
index.js
11 lines
(10 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * String compression encryption implementation using Zlib *
@class
StringZlibEncrypt
*/
export
{
StringZlibEncrypt
}
from
'./StringZlibEncrypt'
;
/** * String encryption implementation *
@class
StringEntrypt
*/
export
{
StringEntrypt
}
from
'./StringEntrypt'
;