Preparing search index...
The search index is not available
svelte-ast-print - v0.4.1
svelte-ast-print
nodes
is_html_node
Function is_html_node
Type check guard to see if provided AST node is standard HTML node
HtmlNode
.
Those are:
text that is included between HTML tags - AST.Text
HTML comment - AST.Comment
is_
html_
node
(
node
)
:
node
is
HtmlNode
Parameters
node
:
SvelteNode
Returns
node
is
HtmlNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
svelte-ast-print - v0.4.1
Loading...
Type check guard to see if provided AST node is standard HTML node HtmlNode.
Those are: