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 If true, integer arguments to function
are converted to BigInts. If false, integer arguments are passed as
JavaScript numbers.
boolean | undefined