UNPKG

@datorama/akita

Version:

State Management Tailored-Made for JS Applications

9 lines (8 loc) 253 B
export interface AkitaConfig { /** * Whether to allowed the reset() stores functionality */ resettable?: boolean; } export declare function akitaConfig(config: AkitaConfig): void; export declare function getAkitaConfig(): AkitaConfig;