@cc-heart/utils
Version:
🔧 javascript common tools collection
24 lines (14 loc) • 324 B
Markdown
# @cc-heart/utils
[Docs](https://cc-hearts.github.io/utils/)
A library of JavaScript tools
## Install
```shell
npm install @cc-heart/utils
```
## Usage
```js
import { capitalize } from '@cc-heart/utils'
capitalize('string') // String
```
## LICENSE
`@cc-heart/utils` is licensed under the [MIT License](./LICENSE).