Buckets:
| import { operate } from '../util/lift'; | |
| import { createOperatorSubscriber } from './OperatorSubscriber'; | |
| export function map(project, thisArg) { | |
| return operate(function (source, subscriber) { | |
| var index = 0; | |
| source.subscribe(createOperatorSubscriber(subscriber, function (value) { | |
| subscriber.next(project.call(thisArg, value, index++)); | |
| })); | |
| }); | |
| } | |
| //# sourceMappingURL=map.js.map |
Xet Storage Details
- Size:
- 422 Bytes
- Xet hash:
- 09a5974ba903bed04cf694e233eba88f8b90b487cb8552970ba23e8041205d7f
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.