Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 415 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 415 Bytes

开发node和es普通utils模块

介绍.

Installation

npm install xxx

Usage

// CommonJS

// const xxx = require(xxxx');

// ES6
import xxxx from 'xxx';

Note: xxxx.

Options

Name Type Default Description
xxx xxx x xxx

Testing

Clone the repository and execute:

npm test