Skip to main content

NativeBigIntType

type alias Deno.NativeBigIntType

All BigInt number types for interfacing with foreign functions.

Definition Jump to heading

"u64"
| "i64"
| "usize"
| "isize"
Back to top