Skip to main content
Module

x/fae/dropWhile.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/dropWhile.ts";

Variables

Returns a new list excluding the leading elements of a functor which satisfies predicate. Skips all the elements which on applied on predicate returns true. The new list starts with first false.