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
17 lines • 414 B
JavaScript
/**
* @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