github-pages-deploy-action/node_modules/rxjs/internal/Observer.d.ts

3 lines
79 B
TypeScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
import { Observer } from './types';
export declare const empty: Observer<any>;