Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/merlin/deps.ts>asserts._format

Testing and Benchmarking framework for deno 🧙‍♂️
Latest
function asserts._format
import { asserts } from "https://deno.land/x/merlin@v1.0.7/deps.ts";
const { _format } = asserts;

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