Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

BlueHatbRit/has-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Has types?

Check if an npm package is typescript friendly!

Inspired by https://github.com/ofrobots/typescript-friendly

Installation

npm i -g hastypes

Usage

Simply call hastypes followed by an npm package name!

$ hastypes @sindresorhus/is # => integrated
$ hastypes express # => @types/express
$ hastypes mdpdf # => none