Subtheme of barrio
 
 
 
 

6 lines
185 B

import { withLatestFrom } from '../../operator/withLatestFrom';
declare module '../../Observable' {
interface Observable<T> {
withLatestFrom: typeof withLatestFrom;
}
}