mohen-utils
v1.0.1
Published
组件库方法
Downloads
3
Readme
封装的一些常用工具库
Installation
Using npm:
$ npm i typedashUsage
From TypeScript/es6 (using webpack2 or rollup)
import { noop } from "typedash";
noop();From nodejs
const { noop } = require("typedash");
noop();