0.2.4 • Published 5 years ago

ts-is-assignable v0.2.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

ts-simple-type

What is this?

Right now the type checker for Typescript API doesn't expose methods like isAssignableTo. See issue #9879 on the Typescript github repository.

To fill in the gap while this issue is being discussed this library aims to provide the most essential helper functions.

API Documentation

isAssignableToType(typeA: Type, typeB: Type, checker: TypeChecker): boolean

Tests if typeB is assignable to typeA.

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago