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

x/oak/deps.ts>KeyStack#[Symbol.for("nodejs.util.inspect.custom")]

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method KeyStack.prototype.[Symbol.for("nodejs.util.inspect.custom")]
import { KeyStack } from "https://deno.land/x/oak@v13.2.1/deps.ts";

Custom output for Node's util.inspect.

Parameters

depth: number
options: any
inspect: (value: unknown, options?: unknown) => string

Returns

string