UNPKG

killa

Version:

State management for Vanilla and React

7 lines (6 loc) 303 B
export declare const SYMBOL_SUBSCRIBER: unique symbol; export declare const SYMBOL_STORE: unique symbol; export declare const SYMBOL_PERSIST: unique symbol; export declare const IS_WINDOW_DEFINED: boolean; export declare const IS_DOCUMENT_DEFINED: boolean; export declare const UNDEFINED = "undefined";