summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/rxjs/internal/observable/scalar.d.ts
blob: 5ba084a8187d64f3af16e1e15fc9d70d0ca9f736 (plain)
1
2
import { Observable } from '../Observable';
export declare function scalar<T>(value: T): Observable<T>;