Skip to content
/ ts-module Public template

ts module template 使用ts开发一些简单脚本或者工具使用,直接tsc编译

Notifications You must be signed in to change notification settings

dgw2030521/ts-module

Repository files navigation

开发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

About

ts module template 使用ts开发一些简单脚本或者工具使用,直接tsc编译

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published