0.0.23 • Published 1 year ago
@unsync/ai-tools v0.0.23
TypeScript npm Package Template
A template for developing a npm package that supports multiple module formats (CommonJS, ES Modules and UMD).
File Structure
src/ # Source files written in TypeScript
- moduleA.ts
- moduleB.ts
- index.ts
lib/ # CommonJS format (`module.exports/require`) JS files
- moduleA.js
- moduleB.js
- index.js
esm/ # ES Modules format (`import/export`) JS files
- moduleA.js
- moduleB.js
- index.js
umd/ # UMD format, bundled JS file
- my-typescript-package.js
How to Develop
$ npm install
$ npm run build # generates `lib`, `esm`, and `umd`
0.0.20
1 year ago
0.0.22
1 year ago
0.0.23
1 year ago
0.0.16
1 year ago
0.0.17
1 year ago
0.0.19
1 year ago
0.0.14
1 year ago
0.0.15
1 year ago
0.0.11
1 year ago
0.0.12
1 year ago
0.0.13
1 year ago
0.0.10
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago