TS snippet for the closest() method within the scope.
import { closestWithin } from './closest-within';
closestWithin(element, selector, scope);
// => Element | null
//
// element: Element
// selector: string
// scope (optional): Element (default: document.documentElement)