0.0.2 • Published 5 years ago

@lemon-clown/common-util v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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-util

view

├── 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
|