Files
Voting-System/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js
2026-05-03 16:55:22 +05:30

5 lines
142 B
JavaScript

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