DIR : /home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm/addClass.d.ts /home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm /** * Adds a CSS class to a given element. * * @param element the element * @param className the CSS class name */ export default function addClass(element: Element | SVGElement, className: string): void;//