Deno.DynamicLibraryA dynamic library resource interface DynamicLibrary <S extends ForeignLibraryInterface> {symbols: StaticForeignLibraryInterface<S>;close(): void;}§Type Parameters§S extends ForeignLibraryInterface[src]§Properties§symbols: StaticForeignLibraryInterface<S>[src]All of the registered library along with functions for calling them §Methods§close(): void[src]