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