Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.NativeType

All possible types for interfacing with foreign functions

type NativeType =
| NativeNumberType
| NativeBigIntType
| NativePointerType
| NativeFunctionType;

§Type

§
NativeNumberType | NativeBigIntType | NativePointerType | NativeFunctionType
[src]