@integromat/proto
Version:
Integromat Proto-Classes
18 lines • 369 B
TypeScript
type AnyConstructor = {
new (...args: any[]): any;
};
interface Function {
/**
* @deprecated
*/
property(prop: PropertyKey, desc: PropertyDescriptor): void;
/**
* @deprecated
*/
inherits<T>(parent: T): Function;
/**
* @deprecated
*/
__super__?: Function;
}
//# sourceMappingURL=compatibility-extensions.d.ts.map