Check if an npm package is typescript friendly!
Inspired by https://github.com/ofrobots/typescript-friendly
npm i -g hastypes
Simply call hastypes
followed by an npm package name!
$ hastypes @sindresorhus/is # => integrated
$ hastypes express # => @types/express
$ hastypes mdpdf # => none