@mikuroxina/mini-fn
Preparing search index...
Dom
isNode
Function isNode
isNode
<
T
>
(
dom
:
Dom
.
Dom
<
T
>
,
)
:
dom
is
Readonly
<
{
children
:
readonly
Dom
.
Dom
<
T
>
[]
;
descendantsCount
:
number
;
facts
:
FactsOrganization
<
T
>
;
namespace
:
string
;
tagName
:
string
;
type
:
typeof
tagSymbol
;
virtualId
:
string
|
undefined
;
}
,
>
Type Parameters
T
Parameters
dom
:
Dom
.
Dom
<
T
>
Returns
dom
is
Readonly
<
{
children
:
readonly
Dom
.
Dom
<
T
>
[]
;
descendantsCount
:
number
;
facts
:
FactsOrganization
<
T
>
;
namespace
:
string
;
tagName
:
string
;
type
:
typeof
tagSymbol
;
virtualId
:
string
|
undefined
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
Loading...