Skip to main content
interface Deno.ForeignLibraryInterface

A foreign library interface descriptor.

Index Signatures

[name: string]: ForeignFunction | ForeignStatic
Back to top