Module

std/node/util.ts>inspect

Deno standard library
Go to Latest
function inspect
import { inspect } from "https://dotland.deno.dev/std@0.145.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
import inspect
import { inspect } from "https://dotland.deno.dev/std@0.145.0/node/util.ts";