Skip to content

ts error in index.d.ts #16

@ozeebee

Description

@ozeebee

Hi, I have a TS error in index.d.ts:

Construct signature, which lacks return-type annotation, implicitly has an 'any' return type.

Indeed, there's a missing return type in line 12 (for the new () construct):

export function Mixins<T>(...components: { new (); }[]): VirtualClass<T>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions