JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q43836F
  • License MIT

ES object assembler library

Package Exports

  • esmodule

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (esmodule) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

esmodule

NPM Version Build Status Coverage Status dependencies Status devDependencies Status

work in progress

Assembler is a simple class, which helps to assemble another JavaScript objects.

Examples

Installation

npm install esmodule

Testing

git clone git@github.com:aristov/esmodule.git
cd esmodule
npm install
npm test

License

The MIT License (MIT)