Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgw2030521/ts-module

ts module template
https://github.com/dgw2030521/ts-module

module typescript

Last synced: 21 days ago
JSON representation

ts module template

Awesome Lists containing this project

README

        

# 开发node和es普通utils模块

介绍.

## Installation

```bash
npm install xxx
```

## Usage

```js
// 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:

```bash
npm test
```