Deno.ForeignLibraryInterface

UNSTABLE: New API, yet to be vetted.

A foreign library interface descriptor.

interface ForeignLibraryInterface {
[name: string]: ForeignFunction | ForeignStatic;
}

§Index Signatures

§
[name: string]: ForeignFunction | ForeignStatic