Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cmcode-js

mingchen33983MIT0.0.4TypeScript support: included

code by mingchen3398

tools, typescript, vue

readme

Install

run npm i cmcode-js or yarn add cmcode-js

Usage

import {string, number, toString, round} from "cmcode-js";

// or
import * as cmcode from "cmcode-js";
const {string, number, toString, round} = cmcode;

Description

Self-use, part of the method to learn from the source: lodash vue & Chinese Internet

ChangeLog