UNPKG

@visulima/inspector

Version:

Inspect utility for Node.js and Browsers.

4 lines (3 loc) 227 B
import type { InternalInspect, Options } from "../types.d.ts"; declare const inspectProperty: ([key, value]: [unknown, unknown], object: unknown, options: Options, inspect: InternalInspect) => string; export = inspectProperty;