Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../plugins/filterizr/utils
الملفات الموجودة في هذا الـ Path:
.
..
allStringsOfArray1InArray2.d.ts
checkOptionForErrors.d.ts
debounce.d.ts
filterItemArraysHaveSameSorting.d.ts
getDataAttributesOfHTMLNode.d.ts
getHTMLElement.d.ts
index.d.ts
intersection.d.ts
merge.d.ts
noop.d.ts
setStyles.d.ts
shuffle.d.ts
sortBy.d.ts

مشاهدة ملف: getHTMLElement.d.ts

/**
 * Wrapper around document.querySelector, will function as
 * an identity function if an HTML element is passed in
 * @param {HTMLElement|string} nodeOrSelector
 */
export declare const getHTMLElement: (selectorOrNode: string | HTMLElement) => HTMLElement;