We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2455d8 commit 13b2dbeCopy full SHA for 13b2dbe
src/pretty.js
@@ -24,6 +24,7 @@ const UNNAMED = [];
24
25
const EMPTY_ARR = [];
26
const EMPTY_STR = '';
27
+
28
/**
29
* Render Preact JSX + Components to a pretty-printed HTML-like string.
30
* @param {VNode} vnode JSX Element / VNode to render
0 commit comments