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

x/tpy/src/types/pylon.d.ts>Json

🔑 A strongly typed Pylon API client.
Latest
type alias Json
import { type Json } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/pylon.d.ts";

Types parsable by ES5's JSON.parse function.

definition:
| string
| number
| boolean
| null
| Record<string, unknown>