UNPKG

impair

Version:

A framework for building React applications with OOP principles and a layered architecture.

4 lines (3 loc) 256 B
export declare function getAllPropertiesAndMethods<T>(obj: T): string[]; export declare function bindMethods<T extends object>(instance: T): T; export declare function patchClassInstanceMethod(instance: any, methodName: string, callback: () => void): any;