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