type alias Deno.StaticForeignLibraryInterface
A utility type that infers a foreign library interface.
Type Parameters #
#T extends ForeignLibraryInterface
Definition #
[K in keyof T]: T[K]["optional"] extends true ? StaticForeignSymbol<T[K]> | null : StaticForeignSymbol<T[K]>