Skip to main content
Deno.ForeignStatic.optional - Deno documentation
property Deno.ForeignStatic.optional
When `true`, dlopen will not fail if the symbol is not found. Instead, the symbol will be set to `null`.

Type

boolean