Files
n8n-nodes-gwezz-changdunovel/node_modules/rxjs/dist/esm/internal/operators/mapTo.js
2025-10-26 23:10:15 +08:00

5 lines
124 B
JavaScript

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