Go to Latest
function _format
import { _format } from "https://dotland.deno.dev/x/dejs@0.10.1/vendor/https/deno.land/std/testing/asserts.ts";

Converts the input into a string. Objects, Sets and Maps are sorted so as to make tests less flaky

Parameters

v: unknown

Value to be formatted

Returns

string