Skip to main content
Module

x/earthstar/src/test/asserts.ts>_format

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
function _format
import { _format } from "https://deno.land/x/earthstar@v9.3.3/src/test/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