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

6 lines
187 B
JavaScript

import { switchMap } from './switchMap';
import { identity } from '../util/identity';
export function switchAll() {
return switchMap(identity);
}
//# sourceMappingURL=switchAll.js.map