UNPKG

exome

Version:

State manager for deeply nested states

4 lines (3 loc) 174 B
import { Exome } from "exome"; export declare function test(val: any): boolean; export declare function print(val: typeof Exome, printDepth: (value: any) => string): string;