deno.com

property FunctionOptions.varargs

If true, function can accept a variable number of arguments. If false, function must be invoked with exactly function.length arguments.

Type #

boolean | undefined