aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/cjs/internal/observable/pairs.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/cjs/internal/observable/pairs.js')
-rw-r--r--node_modules/rxjs/dist/cjs/internal/observable/pairs.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/rxjs/dist/cjs/internal/observable/pairs.js b/node_modules/rxjs/dist/cjs/internal/observable/pairs.js
new file mode 100644
index 0000000..480efe3
--- /dev/null
+++ b/node_modules/rxjs/dist/cjs/internal/observable/pairs.js
@@ -0,0 +1,9 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.pairs = void 0;
+var from_1 = require("./from");
+function pairs(obj, scheduler) {
+ return from_1.from(Object.entries(obj), scheduler);
+}
+exports.pairs = pairs;
+//# sourceMappingURL=pairs.js.map \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage