Skip to main content
Module

x/911/types.d.ts>ArgumentsType

Opinionated collection of helper tools. Assembled with Deno in mind.
Go to Latest
type alias ArgumentsType
import { type ArgumentsType } from "https://deno.land/x/911@0.1.3/types.d.ts";

Infers the arguments type of a function

definition: T extends (...args: infer A) => any ? A : never