Skip to main content
Module

x/statsd/testDeps.ts>asserts._format

A simple StatsD client for Deno
Latest
function asserts._format
import { asserts } from "https://deno.land/x/statsd@0.5.0/testDeps.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