import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/takeWhile.js"; FunctionsfdefaultCreates a slice of array with elements taken from the beginning. Elements are taken until predicate returns falsey. The predicate is invoked with three arguments: (value, index, array).