Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ToJSON

import type { ToJSON } from "https://raw.githubusercontent.com/worker-tools/json-stream/master/index.ts";
type ToJSON = {
toJSON: (key?: any) => string;
}
;

§Type

§
{
toJSON: (key?: any) => string;
}
[src]