Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

Deno CLI APIs (unstable)

Version

latest

StaticForeignFunctionParameter

  • Type Parameters
  • Type

Deno.StaticForeignFunctionParameter

type StaticForeignFunctionParameter<T> = T extends "void" ? void : T extends StaticNativeNumberType ? number : T extends "pointer" ? Deno.UnsafePointer | Deno.TypedArray | null : unknown;

§Type Parameters

§
T
[src]

§Type

§
T extends "void" ? void : T extends StaticNativeNumberType ? number : T extends "pointer" ? Deno.UnsafePointer | Deno.TypedArray | null : unknown
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
Translations
System Status
Companies interested in Deno