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