Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/rambda.js>uniq

Faster and smaller alternative to Ramda
Latest
function uniq
import { uniq } from "https://deno.land/x/rambda@9.4.1/rambda.js";

It returns a new array containing only one copy of each element of list.

R.equals is used to determine equality.

Parameters

list: T[]