Skip to main content
Module

x/rambda/files/index.d.ts>uniqBy

Faster and smaller alternative to Ramda
Go to Latest
function uniqBy
import { uniqBy } from "https://deno.land/x/rambda@v9.1.0/files/index.d.ts";

Parameters

fn: (a: T) => U
list: T[]

Parameters

fn: (a: T) => U

Returns

(list: T[]) => T[]