Skip to content

Improve type checking #19

@achobanov

Description

@achobanov

Overview

The current type checking is done using a typeguard I got from this article. It's implementations works well, but perhaps it can be improved for better API:

  1. Make it extension method instead of utils call
  2. Remove className parameter and use only generic, if possible.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions