Deno.NativeStructType

UNSTABLE: New API, yet to be vetted.

The native struct type for interfacing with foreign functions.

type NativeStructType = {
readonly struct: readonly NativeType[];
}
;

§Type

§
{
readonly struct: readonly NativeType[];
}
[src]