1.0.5 • Published 8 months ago

typesify v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Typesify

Convert your JavaScript code to TypeScript.

How to use

run npx typesify in your project root directory.

To exclude files from being transformed use keyword --exclude followed by a comma separated list of glob patterns. For example to exclude all files in node_modules and dist directories: run npx typesify --exclude **/node_modules/**,**/dist/**

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago