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

x/deno/cli/js/lib.deno_runtime.d.ts>__console.inspect

A modern runtime for JavaScript and TypeScript.
Go to Latest
function __console.inspect
import { __console } from "https://deno.land/x/deno@v0.30.0/cli/js/lib.deno_runtime.d.ts";
const { inspect } = __console;

inspect() converts input into string that has the same format as printed by console.log(...);

Parameters

value: unknown
optional
options: ConsoleOptions

Returns

string