Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/util.ts>inspect

Deno standard library
Go to Latest
function inspect
Re-export
import { inspect } from "https://deno.land/std@0.148.0/node/util.ts";

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

Parameters

value
opts