import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { DynamicLibrary } = Deno;
A dynamic library resource. Use Deno.dlopen
to load a dynamic
library and return this interface.
Type Parameters
S extends ForeignLibraryInterface
Properties
symbols: StaticForeignLibraryInterface<S>
All of the registered library along with functions for calling them.