Skip to main content
Module

std/internal/mod.ts>format

The Deno Standard Library
Latest
function format
import { format } from "https://deno.land/std@0.224.0/internal/mod.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