Skip to main content
type alias Deno.NativeType

All possible types for interfacing with foreign functions

definition:
| "void"
| "u8"
| "i8"
| "u16"
| "i16"
| "u32"
| "i32"
| "u64"
| "i64"
| "usize"
| "isize"
| "f32"
| "f64"
| "pointer"