Skip to main content
type alias Deno.StaticForeignFunctionInterface

Infers a foreign function interface

Type Parameters

T extends ForeignFunctionInterface
definition: [K in keyof T]: StaticForeignFunction<T[K]>