UNPKG
encryption-tool-ts-fox_hunt
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Ascii encryption tool for strings
encryption-tool-ts-fox_hunt
/
src
/
app.ts
6 lines
(5 loc)
•
150 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ encryptString, decryptString } from
"./cypher"
;
module
.
exports
= { encryptString: encryptString, decryptString: decryptString }