Skip to main content
Latest
import * as rxjs from "https://deno.land/x/rxjs@v1.0.2/internal/operators/throwIfEmpty.ts";

Functions

If the source observable completes without emitting a value, it will emit an error. The error will be created at that time by the optional errorFactory argument, otherwise, the error will be EmptyError.