UNPKG

ci-validation

Version:

🇺🇾 Complete TypeScript/JavaScript library for validating Uruguayan CI (Cédula de Identidad) with official algorithm and government service integration

9 lines • 641 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SessionStorageFactory = exports.FileSessionStorage = void 0; // Session storage implementations var FileSessionStorage_1 = require("./FileSessionStorage"); Object.defineProperty(exports, "FileSessionStorage", { enumerable: true, get: function () { return FileSessionStorage_1.FileSessionStorage; } }); var SessionStorageFactory_1 = require("./SessionStorageFactory"); Object.defineProperty(exports, "SessionStorageFactory", { enumerable: true, get: function () { return SessionStorageFactory_1.SessionStorageFactory; } }); //# sourceMappingURL=index.js.map