UNPKG
purplejs
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A little bit of React
purplejs
/
src
/
instantiate
/
is-element-dom.ts
6 lines
(4 loc)
•
156 B
text/typescript
View Raw
1
2
3
4
5
6
import
ElementObject
from
'../interfaces/element-object'
export
default
(
element
:
ElementObject
):
Boolean
=>
{
return
typeof
element.
type
===
'string'
}