// ets_tracing: off import * as CH from "../Channel/index.js" import * as C from "./core.js" export function dropLeftover( self: C.Sink ): C.Sink { return new C.Sink(CH.drain(self.channel)) }