mohen-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

封装的一些常用工具库

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();

Full documentation

API DOC

Readme

Keywords

Package Sidebar

Install

npm i mohen-utils

Weekly Downloads

0

Version

1.0.1

License

ICS

Unpacked Size

129 kB

Total Files

21

Last publish

Collaborators

  • yangzhihao03