deno.com

property FunctionOptions.useBigIntArguments

If true, integer arguments to function are converted to BigInts. If false, integer arguments are passed as JavaScript numbers.

Type #

boolean | undefined