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

takeRight

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

§Parameters

§
array2
[src]
§
guard
[src]