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