Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

Deno CLI APIs (unstable)

Version

latest

StaticForeignFunctionParameters

  • Type Parameters
  • Type

Deno.StaticForeignFunctionParameters

Infers a foreign function parameter list.

type StaticForeignFunctionParameters<T extends readonly NativeType[]> = [...[K in keyof T]: StaticForeignFunctionParameter<T[K]>];

§Type Parameters

§
T extends readonly NativeType[]
[src]

§Type

§
[...[K in keyof T]: StaticForeignFunctionParameter<T[K]>]
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
Translations
System Status
Companies interested in Deno