Deno.NativeBigIntType - Deno documentation
type alias Deno.NativeBigIntType
Unstable

All BigInt number types for interfacing with foreign functions.

Definition

"u64"
| "i64"
| "usize"
| "isize"