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

x/yxz/index.ts>typing.JsonPrimitive

Deno Standard Extensions
Go to Latest
type alias typing.JsonPrimitive
import { type typing } from "https://deno.land/x/yxz@0.17.0/index.ts";
const { JsonPrimitive } = typing;
definition:
| boolean
| null
| number
| string