Skip to main content
Module

x/rambda/index.d.ts>takeWhile

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

Parameters

fn: Predicate<string>
iterable: string

Returns

string

Returns

(iterable: string) => string