Skip to main content
CustomInspectFunction - util - Node documentation
type alias CustomInspectFunction

Usage in Deno

import { type CustomInspectFunction } from "node:util";

Definition

(
depth: number,
) => any