UNPKG

@visulima/inspector

Version:

Inspect utility for Node.js and Browsers.

4 lines (3 loc) 241 B
import type { Indent, Options } from "../types.d.ts"; export declare const getIndent: (indent: Options["indent"], depth: Options["depth"]) => Indent | undefined; export declare const indentedJoin: (values: string, indent: Indent) => string;