UNPKG

proxify-method

Version:

Project for flexible extension of the existing functionality

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