variable AsyncReducer.isEmptyimport { AsyncReducer } from "https://deno.land/x/rimbu@1.1.0/stream/async/index.ts"; const { isEmpty } = AsyncReducer; Returns an AsyncReducer that outputs true if no input values are received, false otherwise.