Skip to main content
interface Deno.DynamicLibrary

A dynamic library resource

Type Parameters

S extends Record<string, ForeignFunction>

Properties

symbols: [K in keyof S]: (...args: unknown[]) => unknown

All of the registered symbols along with functions for calling them

Methods

close(): void