0.0.2 • Published 6 years ago
@lemon-clown/common-util v0.0.2
this is a repository of basic utils to build (or assist to develop) typescript/javascript projects.
usage
yarn add @lemon-clown/common-util
// or
npm install @lemon-clown/common-utilview
├── fs-util
│   ├── isFile        `check whether p is is a file-path or not.`
│   └── isDirectory   `check whether p is is a directory-path or not.`
|
├── option-util
│   ├── coverBoolean
│   ├── coverString
│   ├── coverInteger
│   ├── coverArray
│   ├── convertStringToBoolean
│   └── convertStringToInteger
|0.0.2
6 years ago