Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/evt/mod.ts>distinct

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

type

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