UNPKG

@ngx-meta/core

Version:

Dynamic page title & meta tags utility for Angular (w/server-side rendering)

4 lines (3 loc) 175 B
import { Observable } from 'rxjs'; export declare const isPromise: (obj: any) => obj is Promise<any>; export declare const isObservable: (obj: any) => obj is Observable<any>;