Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/evt/operators/distinct.ts>distinct

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

type

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