UNPKG

encryption-tool-ts-fox_hunt

Version:

Ascii encryption tool for strings

8 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cypher_1 = require("./cypher"); module.exports = { encryptString: cypher_1.encryptString, decryptString: cypher_1.decryptString }; //# sourceMappingURL=app.js.map