%PDF- %PDF-
Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/node_modules/rxjs/internal/operators/ |
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/node_modules/rxjs/internal/operators/zipAll.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var zip_1 = require("../observable/zip"); function zipAll(project) { return function (source) { return source.lift(new zip_1.ZipOperator(project)); }; } exports.zipAll = zipAll; //# sourceMappingURL=zipAll.js.map