JSPM

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

Map/Reduce promise like returned API -- Really not way to properly describe this module..

Package Exports

  • assign

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 (assign) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Assign

Assign in an experimental module that makes it easier to parse async data using the tools we're already accustomed to in our development flows. You could see it as an incremental asynchronous map/reduce promise.

Installation

The module is released in the public npm registry.

npm install --save assign

Usage

License

MIT