import { pipe } from "https://deno.land/x/async_channels@v1.0.0-rc8/src/mod.ts";
const { filter } = pipe;
Parameters
fn: (val: T) => boolean | Promise<boolean>
optional
pipeOpts: ChannelPipeOptionsimport { pipe } from "https://deno.land/x/async_channels@v1.0.0-rc8/src/mod.ts";
const { filter } = pipe;