Skip to main content
type alias Deno.ToNativeType
Unstable

Type conversion for foreign symbol parameters and unsafe callback return types.

Type Parameters

optional
T extends NativeType = NativeType
definition: T extends NativeStructType ? BufferSource : ToNativeTypeMap[Exclude<T, NativeStructType>]