UNPKG

chromogen-zustand

Version:

simple, interaction-driven Jest test generator for Recoil and React Hooks apps

4 lines (3 loc) 262 B
export declare const debouncedAddToTransactions: (...args: any[]) => void; export declare const wrapGetter: (key: string, get: Function) => (utils: any) => any; export declare const wrapSetter: (key: string, set: Function) => (utils: any, newValue: any) => any;