Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

switchAll.js 187B

123456
  1. import { switchMap } from './switchMap';
  2. import { identity } from '../util/identity';
  3. export function switchAll() {
  4. return switchMap(identity);
  5. }
  6. //# sourceMappingURL=switchAll.js.map