Skip to main content
Module

x/ramda/source/dropRepeats.js

:ram: Practical functional Javascript
Latest
import * as mod from "https://deno.land/x/ramda@v0.27.2/source/dropRepeats.js";

Variables

Returns a new list without any consecutively repeating elements. R.equals is used to determine equality.