Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/abc/vendor/https/deno.land/std/testing/asserts.ts>_format

A better Deno framework to create web application.
Go to Latest
function _format
import { _format } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/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