Skip to content

casieber/is-typed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-typed

npm GitHub license

Check for the existence of TypeScript typings definitions for npm packages.

The tool which check both for typings bundled with a package and for @types typings.

Installation

npm install -g is-typed

Usage

Using the tool is as simple as providing a list of packages to the cli.

is-typed <package>...

For instance:

# Check if typings exist for React
is-typed react

# Check if typings exist for redux and mobx
is-typed redux mobx

About

Check for the existence of TypeScript typings definitions for npm packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published