Files
geo/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js
2026-02-04 00:11:19 +05:00

5 lines
142 B
JavaScript
Executable File

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