UNPKG

@uppy/utils

Version:

Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

5 lines 191 B
/** * Check if an object is a DOM element. Duck-typing based on `nodeType`. */ export default function isDOMElement(obj: unknown): obj is Element; //# sourceMappingURL=isDOMElement.d.ts.map