wishthis/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js

10 lines
350 B
JavaScript
Raw Normal View History

2022-06-08 10:36:39 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.exhaustAll = void 0;
2022-07-15 07:58:48 +00:00
var exhaustMap_1 = require("./exhaustMap");
var identity_1 = require("../util/identity");
2022-06-08 10:36:39 +00:00
function exhaustAll() {
2022-07-15 07:58:48 +00:00
return exhaustMap_1.exhaustMap(identity_1.identity);
2022-06-08 10:36:39 +00:00
}
exports.exhaustAll = exhaustAll;
//# sourceMappingURL=exhaustAll.js.map