Skip to main content
Module

std/node/internal/util/inspect.js

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.116.0/node/internal/util/inspect.js";

Functions

Returns the number of columns required to display the given string.

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

Remove all VT control characters. Use to estimate displayed string width.