Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/immutable.d.ts>takeWhile

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