UNPKG

@turbox3d/reactivity

Version:

Large-scale reactive state management library

6 lines (5 loc) 218 B
export declare let isRunning: boolean; /** * Includes init built-in middleware, create store, load domain tree and so on. */ export declare function init(callback?: () => void | Promise<void>): void | Promise<void>;