Files
fte-Homepage/node_modules/rxjs/dist/esm/internal/operators/mapTo.js
root 06acaecee1 .
2023-07-30 22:05:51 +02:00

5 lines
124 B
JavaScript

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