Добавлена ДБ
This commit is contained in:
14
node_modules/effect/dist/cjs/internal/version.js
generated
vendored
Normal file
14
node_modules/effect/dist/cjs/internal/version.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.setCurrentVersion = exports.getCurrentVersion = void 0;
|
||||
let moduleVersion = "3.16.12";
|
||||
const getCurrentVersion = () => moduleVersion;
|
||||
exports.getCurrentVersion = getCurrentVersion;
|
||||
const setCurrentVersion = version => {
|
||||
moduleVersion = version;
|
||||
};
|
||||
exports.setCurrentVersion = setCurrentVersion;
|
||||
//# sourceMappingURL=version.js.map
|
||||
Reference in New Issue
Block a user