UNPKG

ahooks

Version:
4 lines (3 loc) 184 B
import type { BasicTarget } from '../utils/domTarget'; declare const getDocumentOrShadow: (target: BasicTarget | BasicTarget[]) => Document | Node; export default getDocumentOrShadow;