Skip to main content
Module

std/msgpack/mod.ts>ValueType

Deno standard library
Go to Latest
type alias ValueType
Re-export
import { type ValueType } from "https://deno.land/std@0.221.0/msgpack/mod.ts";

Value types that can be encoded to MessagePack.

definition:
| number
| bigint
| string
| boolean
| null
| Uint8Array