Skip to content

API Reference / @gtkx/testing / prettyFormat / Printer

Type Alias: Printer ​

Printer = (val, config, indentation, depth, refs, hasCalledToJSON?) => string

Defined in: node_modules/.pnpm/@vitest+pretty-format@4.1.11/node_modules/@vitest/pretty-format/dist/index.d.ts:142

Parameters ​

val ​

unknown

config ​

Config

indentation ​

string

depth ​

number

refs ​

Refs

hasCalledToJSON? ​

boolean

Returns ​

string

Released under the MPL-2.0 License.