You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
413 B

/**
* @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: () => string = internal.getCurrentVersion
/**
* @since 2.0.0
* @category version
*/
export const setCurrentVersion: (version: string) => void = internal.setCurrentVersion