UNPKG

proxify-method

Version:

Project for flexible extension of the existing functionality

5 lines (4 loc) 153 B
declare function proxifySync(result: any, chainMehod: { [k: string]: (...args: any[]) => any; }, fromResult?: boolean): any; export { proxifySync };