Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 476 Bytes

packaging.md

File metadata and controls

21 lines (13 loc) · 476 Bytes

Packaging

The generated Node module can be used in the following environments:

Environment

  • Node.js
  • Webpack
  • Browserify

Language level

  • ES5 - you must have a Promises/A+ library installed
  • ES6

Module system

  • CommonJS
  • ES6 module system

It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via package.json. (Reference)