blob: 880ec849057d94c456357fb5ebe12a9da60df3f7 [file] [log] [blame]
import { combineLatest } from './combineLatest';
export function combineLatestWith(...otherSources) {
return combineLatest(...otherSources);
}
//# sourceMappingURL=combineLatestWith.js.map