Skip to main content
Module

x/evt/operators/distinct.ts>distinct

💧EventEmitter's typesafe replacement
Latest
variable distinct
import { distinct } from "https://deno.land/x/evt@v2.5.7/operators/distinct.ts";

type

<T>(keySelector?: ((value: T) => any) | undefined, ctxFlush?: CtxLike) => unknown