Skip to main content
Module

std/testing/asserts.ts>_format

Deno standard library
Go to Latest
function _format
import { _format } from "https://deno.land/std@0.89.0/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