Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/msgpack/encode.ts>ValueType

The Deno Standard Library
Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias ValueType
import { type ValueType } from "https://deno.land/std@0.224.0/msgpack/encode.ts";

Value types that can be encoded to MessagePack.

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