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

takeRightWhile

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

§Parameters

§
array2
[src]
§
predicate
[src]