Module

std/msgpack/encode.ts>ValueType

Deno standard library
Go to Latest
type alias ValueType
import { type ValueType } from "https://dotland.deno.dev/std@0.219.1/msgpack/encode.ts";

Value types that can be encoded to MessagePack.

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