Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias JsonType
import { type JsonType } from "https://deno.land/x/endofunctor@v0.0.2.1/components/stringify/types.ts";
definition: { [x: string]:
| string
| number
| boolean
| Array<
| string
| number
| boolean
>
; }