Buckets:
| ; | |
| Object.defineProperty(exports, "__esModule", { value: true }); | |
| exports.map = void 0; | |
| var lift_1 = require("../util/lift"); | |
| var OperatorSubscriber_1 = require("./OperatorSubscriber"); | |
| function map(project, thisArg) { | |
| return lift_1.operate(function (source, subscriber) { | |
| var index = 0; | |
| source.subscribe(OperatorSubscriber_1.createOperatorSubscriber(subscriber, function (value) { | |
| subscriber.next(project.call(thisArg, value, index++)); | |
| })); | |
| }); | |
| } | |
| exports.map = map; | |
| //# sourceMappingURL=map.js.map |
Xet Storage Details
- Size:
- 554 Bytes
- Xet hash:
- 12959a164789b40e68ed8ed490393d52d4a3715ec40180edd34b2a268649714a
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.