Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denodash/src/function/overArgs.ts>overArgs

A utility library, similar to Underscore and Lodash, but written Typescript-First, designed for use in Deno
Latest
variable overArgs
import { overArgs } from "https://deno.land/x/denodash@0.1.3/src/function/overArgs.ts";

type

(
fn: Function,
mapFuncs: Function[],
...args: any[],
) => any