Observer.d.ts 79 Bytes Raw Blame History Permalink 1 2 import { Observer } from './types'; export declare const empty: Observer<any>;