Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rambda/index.d.ts>dropWhile

Faster and smaller alternative to Ramda
Latest
function dropWhile
import { dropWhile } from "https://deno.land/x/rambda@9.3.0/index.d.ts";

Parameters

fn: Predicate<string>
iterable: string

Returns

string

Parameters

fn: Predicate<string>

Returns

(iterable: string) => string

Parameters

fn: Predicate<T>
iterable: T[]

Parameters

fn: Predicate<T>

Returns

(iterable: T[]) => T[]