whyjs
v0.0.3
Published
```bash $ npm i --save whyjs ``` ```bash $ yarn add whyjs ```
Readme
whyjs
Install
$ npm i --save whyjs$ yarn add whyjsUsing
import y from 'whyjs'
y.isString('') // trueor
import { isString } from 'whyjs'
isString(1) // falseDocs
重要提示
目前正在开发中此版本仅仅只是为了测试是否可以达到正常的使用效果.
如果果你在使用过程中发现了任何问题请及时联系我,谢谢!
欢迎对我提起使用建议,我会尽快完善此库,谢谢!
