Skip to main content
Module

x/rambda/index.d.ts>dropWhile

Faster and smaller alternative to Ramda
Go to Latest
function dropWhile
import { dropWhile } from "https://deno.land/x/rambda@v7.0.1/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[]