source:
trip-planner-front/node_modules/rxjs/internal/operators/defaultIfEmpty.d.ts@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 253 bytes |
Line | |
---|---|
1 | import { OperatorFunction, MonoTypeOperatorFunction } from '../types'; |
2 | export declare function defaultIfEmpty<T>(defaultValue?: T): MonoTypeOperatorFunction<T>; |
3 | export declare function defaultIfEmpty<T, R>(defaultValue?: R): OperatorFunction<T, T | R>; |
Note:
See TracBrowser
for help on using the repository browser.