Module

x/rambda/index.d.ts>takeWhile

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

Parameters

fn: Predicate<string>
iterable: string

Returns

string

Returns

(iterable: string) => string