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

x/netzo/cli/tests/deps.ts>_format

Netzo - roll out internal tools faster
Go to Latest
function _format
import { _format } from "https://deno.land/x/netzo@v0.1.80/cli/tests/deps.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