Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 324 Bytes

File metadata and controls

23 lines (14 loc) · 324 Bytes

@cc-heart/utils

Docs

A library of JavaScript tools

Install

npm install @cc-heart/utils

Usage

import { capitalize } from '@cc-heart/utils'

capitalize('string') // String

LICENSE

@cc-heart/utils is licensed under the MIT License.