Skip to main content
Module

x/dedupe/mod.ts>dedupe

removes duplicates from your array.
Latest
function dedupe
import { dedupe } from "https://deno.land/x/dedupe@0.0.1/mod.ts";

Parameters

client: Array<any>
optional
hasher: any