Skip to main content
Module

std/node/util.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.145.0/node/util.ts";

Functions

f
_extend
deprecated

Returns a system error name from an error code number.

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

f
isArray
deprecated
f
isBoolean
deprecated
f
isBuffer
deprecated
f
isDate
deprecated
f
isError
deprecated
f
isFunction
deprecated
f
isNull
deprecated
f
isNumber
deprecated
f
isObject
deprecated
f
isPrimitive
deprecated
f
isRegExp
deprecated
f
isString
deprecated
f
isSymbol
deprecated
f
isUndefined
deprecated

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

Type Aliases

The global TextDecoder

The global TextEncoder