Module

x/rambda/mod.ts>dropRepeats

Faster and smaller alternative to Ramda
Latest
function dropRepeats
import { dropRepeats } from "https://dotland.deno.dev/x/rambda@v9.2.0/mod.ts";

It removes any successive duplicates according to R.equals.

Parameters

list: T[]