Package Exports
- spex
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 (spex) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Specialized Promise Extensions
batch, page, sequence - promise methods for the following patterns:
- Data Throttling & Load Balancing
- Linked and Detached Sequencing
- Streaming and Paging
- Batch Processing
Installing
$ npm install spexTesting
$ npm testUsage
var promise = require('bluebird');
var spex = require('spex')(promise);- For ES6 Promise:
var spex = require('spex')(Promise);