import { type Deno } from "https://deno.land/x/deno@v1.36.0/cli/tsc/dts/lib.deno.unstable.d.ts";
const { DynamicLibrary } = Deno;
UNSTABLE: New API, yet to be vetted.
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.