NeahNew/node_modules/rxjs/dist/esm/internal/operators/mapTo.js
2025-05-06 22:43:27 +02:00

5 lines
124 B
JavaScript

import { map } from './map';
export function mapTo(value) {
return map(() => value);
}
//# sourceMappingURL=mapTo.js.map