Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function inspect
import { inspect } from "https://deno.land/std@0.167.0/node/internal/util/inspect.mjs";

Echos the value of any input. Tries to print the value out in the best way possible given the different types.

Parameters

value
opts