UNPKG

vanilla-type-check

Version:
8 lines (7 loc) 199 B
/** * Check if something is an DOM element * * @param value value to check * @returns `true` if `obj` is a DOM element */ export declare function isDom(value: any): value is HTMLElement;