Deno.ForeignStaticinterface ForeignStatic <Type extends NativeType = NativeType> {name?: string;type: Exclude<Type, "void">;}§Type Parameters§Type extends NativeType = NativeType[src]§Properties§name?: string[src]Name of the symbol, defaults to the key name in symbols object. §type: Exclude<Type, "void">[src]