Skip to main content
Module

x/ramda/source/flatten.js

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

Variables

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.