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