Skip to main content
Module

x/commandis/mod.ts>distinct

Official framework for Corddis lib ( for Deno only )
Latest
variable distinct
import { distinct } from "https://deno.land/x/commandis@v0.6.5/mod.ts";

type

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