Skip to main content
Module

std/node/sys.ts>inspect

Deno standard library
Go to Latest
function inspect
Re-export
import { inspect } from "https://deno.land/std@0.158.0/node/sys.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