Skip to main content
Module

x/pagic/deps.ts>asserts._format

A static site generator powered by Deno + React
Go to Latest
function asserts._format
import { asserts } from "https://deno.land/x/pagic@v1.5.1/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