Subtheme of barrio

7 lines
165 B

2 years ago
import { timestamp } from '../../operator/timestamp';
declare module '../../Observable' {
interface Observable<T> {
timestamp: typeof timestamp;
}
}