UNPKG

exome

Version:

State manager for deeply nested states

10 lines (9 loc) 284 B
import type { Exome } from "../constructor.ts"; /** * Gets unique id of specific store instance. */ export declare const getExomeId: (store: Exome) => string; /** * Sets custom id to specific store instance. */ export declare const setExomeId: (store: Exome, id: string) => void;