es6-promise-chain
Version:
ES6/Typescript Synchronous Promise Chaining Library
14 lines • 413 B
JavaScript
var for_1 = require('./for');
var forLazy_1 = require('./forLazy');
var forEach_1 = require('./forEach');
var forEachLazy_1 = require('./forEachLazy');
var while_1 = require('./while');
module.exports = {
for: for_1._for,
forLazy: forLazy_1._forLazy,
forEach: forEach_1._forEach,
forEachLazy: forEachLazy_1._forEachLazy,
while: while_1._while
};
//# sourceMappingURL=index.js.map
;