UNPKG

@fancyapps/ui

Version:

Robust JavaScript UI Component Library

5 lines (4 loc) 108 B
/** * Check if the given object is a DOM Node */ export declare const isNode: (variable: any) => boolean;