interface Deno.DynamicLibrary
A dynamic library resource. Use Deno.dlopen
to load a dynamic
library and return this interface.
Type Parameters #
#S extends ForeignLibraryInterface
Properties #
All of the registered library along with functions for calling them.