芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/.config/yarn/global/node_modules/rxjs/internal/operators/defaultIfEmpty.d.ts
import { OperatorFunction, MonoTypeOperatorFunction } from '../types'; export declare function defaultIfEmpty
(defaultValue?: T): MonoTypeOperatorFunction
; export declare function defaultIfEmpty
(defaultValue?: R): OperatorFunction
;