Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function prettyFormat.format
import { prettyFormat } from "https://deno.land/x/fresh_testing_library@0.8.0/components.ts";
const { format } = prettyFormat;

Returns a presentation string of your val object

Parameters

val: unknown

any potential JavaScript object

optional
options: OptionsReceived

Custom settings

Returns

string