hugoWebsite/node_modules/rxjs/dist/esm/internal/operators/mapTo.js
Jeremy Nusser 0ab675d92b Initial commit... 🎉🎉🎉
2022-10-28 17:20:35 -05:00

5 lines
No EOL
124 B
JavaScript

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