UNPKG
@sousafrc/cipherkey-lib
Version:
latest (0.1.9)
0.1.9
Biblioteca de criptografia do CipherKey
github.com/sousafrc/cipherkey-lib.git
sousafrc/cipherkey-lib
@sousafrc/cipherkey-lib
/
lib
/
index.d.ts
4 lines
(3 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
import
{ generateCipherKey }
from
'./helpers/cipherkey'
;
export
{ generateCipherKey, sanitize }
from
'./helpers/cipherkey'
;
export
default
generateCipherKey;