1 2 3 4 5
import { map } from './map'; export function mapTo(value) { return map(() => value); } //# sourceMappingURL=mapTo.js.map
[PATCH repo_name]