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

stringifyAsync

import { stringifyAsync } from "https://raw.githubusercontent.com/worker-tools/structured-json/master/index.ts";
function stringifyAsync(value: any): string | Promise<string>;
§
stringifyAsync(value: any): string | Promise<string>
[src]

§Parameters

§
value: any
[src]

§Return Type

§
string | Promise<string>
[src]