toPromise.d.ts 106 B

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