@sousafrc/cipherkey-lib
Version:
Biblioteca de criptografia do CipherKey
9 lines (8 loc) • 543 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.sanitize = exports.generateCipherKey = void 0;
const cipherkey_1 = require("./helpers/cipherkey");
var cipherkey_2 = require("./helpers/cipherkey");
Object.defineProperty(exports, "generateCipherKey", { enumerable: true, get: function () { return cipherkey_2.generateCipherKey; } });
Object.defineProperty(exports, "sanitize", { enumerable: true, get: function () { return cipherkey_2.sanitize; } });
exports.default = cipherkey_1.generateCipherKey;