3 lines
79 B
Plaintext
3 lines
79 B
Plaintext
import { Observer } from './types';
|
|
export declare const empty: Observer<any>;
|