UNPKG

mini-rx-store

Version:

MiniRx: The Lightweight RxJS Redux Store

9 lines (8 loc) 232 B
type State = { get: () => object | undefined; }; export declare function createAssertState(constructorName: string, state: State): { isInitialized: () => void | never; isNotInitialized: () => void | never; }; export {};