Skip to main content
type alias Deno.NativeBigIntType

All BigInt number types for interfacing with foreign functions.

Definition

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