Deno.NativeType

UNSTABLE: New API, yet to be vetted.

All supported types for interfacing with foreign functions.

type NativeType =
| NativeNumberType
| NativeBigIntType
| NativeBooleanType
| NativePointerType
| NativeBufferType
| NativeFunctionType
| NativeStructType;

§Type

§
NativeNumberType | NativeBigIntType | NativeBooleanType | NativePointerType | NativeBufferType | NativeFunctionType | NativeStructType
[src]