Deno.ForeignStatic
UNSTABLE: New API, yet to be vetted.
interface ForeignStatic <Type extends NativeType = NativeType> {
name?: string;
optional?: boolean;
type: Type;
}§Type Parameters
§
Type extends NativeType = NativeType
[src]UNSTABLE: New API, yet to be vetted.