extractFirst
import { extractFirst } from "https://raw.githubusercontent.com/surma/observables-with-streams/28c55be6d855780c677fd1f4ba975f4d3144891d/src/index.ts";Resolves with the first element emitted by the observable, then releases the observable. If no items are emitted the promise is rejected.