Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function matches.saferStringify
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/dependencies.ts";
const { saferStringify } = matches;

Tries and run the stringify, if that fails just return the toString

Parameters

x: unknown

Could be anything, including a recursive object

Returns

string