Skip to main content
Module

x/evt/lib/util/index.ts>distinct

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

type

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