Deno.StaticNativeNumberType
All possible number types interfacing with foreign functions
type StaticNativeNumberType = Exclude<NativeType, "void" | "pointer">;
§Type
§
Exclude<NativeType, "void" | "pointer">
[src]All possible number types interfacing with foreign functions