core / rxjs / Variable

mapToVoid

RxJS operator that maps values to undefined. Useful when an Observable<void> type is expected.

Presentation

const mapToVoid: () => OperatorFunction<unknown, void>;