# cmcJs **Repository Path**: mingchen3398/cmc-js ## Basic Information - **Project Name**: cmcJs - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-12 - **Last Updated**: 2023-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装 执行 `npm i cmcode-js` 或者 `yarn add cmcode-js` # 使用 ```js import {string, number, toString, round} from "cmcode-js"; // 或者 import * as cmcode from "cmcode-js"; const {string, number, toString, round} = cmcode; ``` ## 说明 自用,部分方法借鉴来源:lodash vue 中文互联网 [更新日志](./更新日志.md ':include' )