Skip to main content
type alias Deno.StaticForeignLibraryInterface

Infers a foreign library interface

Type Parameters

T extends ForeignLibraryInterface
definition: [K in keyof T]: StaticForeignSymbol<T[K]>