Skip to main content
Module

x/ramda/mod.ts>prepend

:ram: Practical functional Javascript
Latest
variable prepend
import { prepend } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns a new list with the given element at the front, followed by the contents of the list.