Deno.DynamicLibrary.close - Deno documentation
method Deno.DynamicLibrary.close
DynamicLibrary.close(): void

Removes the pointers associated with the library symbols.

Continuing to use symbols that are part of the library will lead to errors and crashes.

Calling this method will also immediately set any references to zero and will no longer keep Deno's process from exiting.

Return Type

void