Skip to main content
Module

x/rambda/index.d.ts>dropRepeatsBy

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

Parameters

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

Parameters

fn: (a: T) => U

Returns

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

Parameters

fn: any

Returns

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