Skip to main content
type alias Deno.FromNativeTypeMap
Unstable

A utility type for conversion of foreign symbol return types and unsafe callback parameters.

definition:
& Record<NativeNumberType, number>
& Record<NativeBigIntType, PointerValue>
& Record<NativeBooleanType, boolean>
& Record<NativePointerType, PointerValue>
& Record<NativeBufferType, PointerValue>
& Record<NativeFunctionType, PointerValue>