toPromise.d.ts 115 B

12
  1. import { Observable } from '../Observable';
  2. export declare const toPromise: typeof Observable.prototype.toPromise;