Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
type alias Deno.NativeNumberType
Unstable

All plain number types for interfacing with foreign functions.

definition:
| "u8"
| "i8"
| "u16"
| "i16"
| "u32"
| "i32"
| "f32"
| "f64"
definition:
| "u8"
| "i8"
| "u16"
| "i16"
| "u32"
| "i32"
| "f32"
| "f64"