Module

x/rambda/rambda.js>dropWhile

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

Parameters

fn: Predicate<string>
iterable: string

Returns

string

Returns

(iterable: string) => string