Skip to main content
Module

x/ramda/mod.ts>flatten

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

Returns a new list by pulling every item out of it (and all its sub-arrays) and putting them in a new array, depth-first.