This package has been deprecated

Author message:

Please use @guanghechen/file-helper and @guanghechen/option-helper instead.

@lemon-clown/common-util
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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
|

Readme

Keywords

none

Package Sidebar

Install

npm i @lemon-clown/common-util

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

91.5 kB

Total Files

11

Last publish

Collaborators

  • lemon-clown-owner
  • lemonclown