Skip to main content
interface Deno.DynamicLibrary

A dynamic library resource

Type Parameters

S extends ForeignFunctionInterface

Properties

symbols: StaticForeignFunctionInterface<S>

All of the registered symbols along with functions for calling them

Methods

close(): void