UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

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