src/get/_get.js
// exporting modules to be included the UMD bundle
import activeElement from './active-element';
import activeElements from './active-elements';
import focusRedirectTarget from './focus-redirect-target';
import focusTarget from './focus-target';
import insignificantBranches from './insignificant-branches';
import parents from './parents';
import shadowHostParents from './shadow-host-parents';
import shadowHost from './shadow-host';
export default {
activeElement,
activeElements,
focusRedirectTarget,
focusTarget,
insignificantBranches,
parents,
shadowHostParents,
shadowHost,
};