ts-is-assignable
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i ts-is-assignable

Weekly Downloads

1

Version

0.2.4

License

MIT

Unpacked Size

38.6 kB

Total Files

5

Last publish

Collaborators

  • runebm