reactlynx-testing-library / prettyDOM

Function: prettyDOM()

function prettyDOM(
   dom?: any, 
   maxLength?: number, 
   options?: PrettyDOMOptions): string | false

Parameters

Parameter Type
dom? any
maxLength? number
options? PrettyDOMOptions

Returns

string | false

Defined in

index.d.ts:967

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.