mapTo
Source Location: packages/core/src/source.ts#L1489
Signature
function mapTo<U>(value: U): <T>(source: Source<T>) => Source<U>
Replaces the value of each received Push event with the given value.
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| value | | The value to push. |