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
/
lib
/
cypher.d.ts
3 lines
•
194 B
TypeScript
View Raw
1
2
3
export
declare
function
encryptString
(
string
:
string
,
encId
:
number
):
string
;
export
declare
function
decryptString
(
string
:
string
,
decId
:
number
):
string
;
//# sourceMappingURL=cypher.d.ts.map