veffect
Version:
powerful TypeScript validation library built on the robust foundation of Effect combining exceptional type safety, high performance, and developer experience. Taking inspiration from Effect's functional principles, VEffect delivers a balanced approach tha
14 lines (13 loc) • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.setCurrentVersion = exports.getCurrentVersion = void 0;
let moduleVersion = "2.4.19";
const getCurrentVersion = () => moduleVersion;
exports.getCurrentVersion = getCurrentVersion;
const setCurrentVersion = version => {
moduleVersion = version;
};
exports.setCurrentVersion = setCurrentVersion;
//# sourceMappingURL=version.js.map