primary-type-checker
v1.0.8
Published
primary type checker for JavaScript
Downloads
5
Readme
how to install
$ yarn add primary-type-checker # or npm install primary-type-checker
how to play
$ ptc filePath # ex. ptc index.js
support case
- assignment
- declaration
- if condition
- for statement
- while statement
- nest block