UNPKG

chromogen

Version:

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

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