4.9.4 • Published 3 months ago

open-typescript v4.9.4

Weekly downloads
30
License
MIT
Repository
github
Last release
3 months ago

open-typescript

No more typescript.d.ts !

Open-typescript is a clone of official TypeScript but expose all API definitions. It's useful to someone who often using internal APIs. We needn't copy & paste the API definition from TypeScript anymore.

Happy hacking!

Install

  1. yarn add open-typescript or npm i open-typescript
  2. import 'open-typescript' in some file.
  3. Enjoy :XD