Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/msgpack/mod.ts>ValueType

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias ValueType
Re-export
import { type ValueType } from "https://deno.land/std@0.208.0/msgpack/mod.ts";
definition:
| number
| bigint
| string
| boolean
| null
| Uint8Array
| ValueMap