Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/deno.ts>inspect

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

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

Parameters

value: unknown
optional
options: ConsoleOptions

Returns

string