UNPKG

@integromat/proto

Version:
18 lines 369 B
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