Deno.ForeignFunction.optional - Deno documentation
property Deno.ForeignFunction.optional

When true, dlopen will not fail if the symbol is not found. Instead, the symbol will be set to null.

Type

boolean