UNPKG

little-state-machine

Version:
8 lines (7 loc) 254 B
export declare const STORE_DEFAULT_NAME = "__LSM__"; export declare const STORE_ACTION_NAME = "__LSM_NAME__"; export declare const PERSIST_OPTION: { readonly NONE: "none"; readonly ACTION: "action"; readonly UNLOAD: "beforeUnload"; };