mapToVoid
RxJS operator that maps values to undefined
. Useful when an
type is expected.
Presentation
const mapToVoid : () => OperatorFunction <unknown, void>;
RxJS operator that maps values to undefined
. Useful when an
type is expected.
const mapToVoid : () => OperatorFunction <unknown, void>;