File size: 152 Bytes
1e92f2d
 
 
 
 
1
2
3
4
5
6
import type { Ref } from '../types';

import isHTMLElement from './isHTMLElement';

export default (ref: Ref) => isHTMLElement(ref) && ref.isConnected;