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