Skip to main content
Module

x/rambda/immutable.d.ts>dropWhile

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

Parameters

fn: Predicate<string>
iterable: string

Returns

string

Returns

(iterable: string) => string

Parameters

iterable: readonly T[]

Returns

readonly T[]

Returns

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