DenoDeno.ForeignStaticinterface Deno.ForeignStaticType Parameters ##Type extends NativeType = NativeTypeProperties #optional#name: stringName of the symbol, defaults to the key name in symbols object. #type: TypeThe type of the foreign static value. optional#optional: boolean = falseWhen true, dlopen will not fail if the symbol is not found. Instead, the symbol will be set to null.
interface Deno.ForeignStaticType Parameters ##Type extends NativeType = NativeTypeProperties #optional#name: stringName of the symbol, defaults to the key name in symbols object. #type: TypeThe type of the foreign static value. optional#optional: boolean = falseWhen true, dlopen will not fail if the symbol is not found. Instead, the symbol will be set to null.