Skip to content

Declare more TS typings #1672

@vidartf

Description

@vidartf

The current typescript code has a lot of anys (both explicit and implicit). These should be more explicitly typed, at least on the exported functions. A more explicit typing, maybe together with strict null checks might also reveal some bugs.

  • no explicit any typings unless absolutely necessary
  • no implicit any typings unless necessary
  • turn on strict null checking

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions