mixins.d.ts 155 B

1234
  1. /**
  2. * @see https://www.typescriptlang.org/docs/handbook/mixins.html
  3. */
  4. export declare function applyMixins(derivedCtor: any, ...baseCtors: any[]): void;