Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/ext/webidl/internal.d.ts>globalThis.__bootstrap.webidl.requiredArguments

A modern runtime for JavaScript and TypeScript.
Go to Latest
function globalThis.__bootstrap.webidl.requiredArguments
import { globalThis } from "https://deno.land/x/deno@v1.30.2/ext/webidl/internal.d.ts";
const { requiredArguments } = globalThis.__bootstrap.webidl;

Assert that the a function has at least a required amount of arguments.

Parameters

length: number
required: number
opts: ConverterOpts