Deno.NativeBigIntType

UNSTABLE: New API, yet to be vetted.

All BigInt number types for interfacing with foreign functions.

type NativeBigIntType =
| "u64"
| "i64"
| "usize"
| "isize";

§Type

§
"u64" | "i64" | "usize" | "isize"
[src]