Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/endofunctor/components/stringify/types.ts>JsonStringify

Functional web framework for Bun and Deno
Go to Latest
type alias JsonStringify
import { type JsonStringify } from "https://deno.land/x/endofunctor@v0.0.7/components/stringify/types.ts";
definition: { type: "object"; properties: { [key: string]: JsonElements; }; required?: string[]; }