UNPKG

wavesurfer-react

Version:
4 lines 218 B
export default function isReactElement(el) { return !!el && typeof el !== "string" && typeof el !== "number" && typeof el !== "boolean" && "type" in el && "props" in el; } //# sourceMappingURL=isReactElement.js.map