TreasureTrails/node_modules/effect/dist/esm/ModuleVersion.js

17 lines
414 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
/**
* @since 2.0.0
*
* Enables low level framework authors to run on their own isolated effect version
*/
import * as internal from "./internal/version.js";
/**
* @since 2.0.0
* @category version
*/
export const getCurrentVersion = internal.getCurrentVersion;
/**
* @since 2.0.0
* @category version
*/
export const setCurrentVersion = internal.setCurrentVersion;
//# sourceMappingURL=ModuleVersion.js.map