createCollectionMixin
createCollectionMixin<
TBase
>(Base
): {(…args
):Collection
;prototype
:Collection
<any
>; } &TBase
Defined in: src/Collection.ts:15
Type Parameters
TBase
TBase
extends Constructor
Parameters
Base
TBase
Returns
{(…args
): Collection
; prototype
: Collection
<any
>; } & TBase