Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 4 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
459 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | "use strict";
|
---|
| 2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
| 3 | var concat_1 = require("../observable/concat");
|
---|
| 4 | var of_1 = require("../observable/of");
|
---|
| 5 | function endWith() {
|
---|
| 6 | var array = [];
|
---|
| 7 | for (var _i = 0; _i < arguments.length; _i++) {
|
---|
| 8 | array[_i] = arguments[_i];
|
---|
| 9 | }
|
---|
| 10 | return function (source) { return concat_1.concat(source, of_1.of.apply(void 0, array)); };
|
---|
| 11 | }
|
---|
| 12 | exports.endWith = endWith;
|
---|
| 13 | //# sourceMappingURL=endWith.js.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.