Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

dropWhile

import { dropWhile } from "https://cdn.skypack.dev/lodash-es";
function dropWhile(array2, predicate);
§
dropWhile(array2, predicate)
[src]

§Parameters

§
array2
[src]
§
predicate
[src]