UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

9 lines (8 loc) 182 B
/** * Merges two class prototypes to a new one. */ export declare const applyMixins: (derivedCtor: { prototype: object; }, constructors: { prototype: object; }[]) => void;