UNPKG

batchelorjs

Version:

Proxy utility to bundle a batch of calls in one request

11 lines (9 loc) 233 B
"use strict"; var batchelor = require("./lib/Batchelor"); var Events = require("./lib/Events"); module.exports = { configure: batchelor.configure, execute: batchelor.execute, close: batchelor.stop, Events: Events };