Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/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

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

/**
 * Debounce of Underscore.js
 */
export declare const debounce: (func: Function, wait: number, immediate: boolean) => Function;