Skip to main content
Module

std/msgpack/encode.ts>ValueType

Deno standard library
Go to Latest
type alias ValueType
import { type ValueType } from "https://deno.land/std@0.210.0/msgpack/encode.ts";
definition:
| number
| bigint
| string
| boolean
| null
| Uint8Array
| ValueMap