UNPKG

exome

Version:

State manager for deeply nested states

4 lines (3 loc) 178 B
import type { Exome } from "../constructor.ts"; export declare function getAllPropertyNames(obj: any): string[]; export declare const wrapper: <T extends Exome>(parent: T) => T;