UNPKG

purplejs

Version:

A little bit of React

6 lines (4 loc) 156 B
import ElementObject from '../interfaces/element-object' export default (element: ElementObject): Boolean => { return typeof element.type === 'string' }