import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/rest.js";
Creates a function that invokes func
with the this
binding of the
created function and arguments from start
and beyond provided as
an array.
Note: This method is based on the rest parameter.