Skip to main content
type alias Deno.StaticForeignFunctionParameter
definition: T extends "void" ? void : T extends StaticNativeNumberType ? number : T extends "pointer" ? Deno.UnsafePointer | Deno.TypedArray | null : unknown