UNPKG

jsx-email

Version:

Render JSX email components to HTML email

6 lines 202 B
export function isValidElement(object) { return (typeof object === 'object' && object !== null && typeof object.$$typeof === 'symbol'); } //# sourceMappingURL=is-valid-element.js.map