Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/endofunctor/components/encode/types.ts>JsonStringifyFunction

๐ŸŒ Vixeny: A runtime-agnostic, performance-centric library championing functional purity for modern web development.
Go to Latest
type alias JsonStringifyFunction
import { type JsonStringifyFunction } from "https://deno.land/x/endofunctor@v0.0.941/components/encode/types.ts";
definition: (options?: StringifyOptions) => (schema: JsonStringify) => string