Skip to main content
Module

x/scaffold/src/deps/types.ts>JsonPrimitive

scaffold your next project with style and 💗
Latest
type alias JsonPrimitive
import { type JsonPrimitive } from "https://deno.land/x/scaffold@0.3.0/src/deps/types.ts";

Matches any valid JSON primitive value.

definition:
| string
| number
| boolean
| null