Bones/node_modules/rxjs/operator/dematerialize.d.ts
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

7 lines
364 B
TypeScript

import { Observable } from '../Observable';
/**
* Returns an Observable that transforms Notification objects into the items or notifications they represent.
* @returns {Observable} an Observable that emits items and notifications embedded in Notification objects emitted by the source Observable.
*/
export declare function dematerialize<T>(): Observable<any>;