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

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

/**
 * Error checking method to restrict a prop to some allowed values
 * @param {String} name of the option key in the options object
 * @param {String|Number|Object|Function|Array|Boolean} value of the option
 * @param {String} type of the property
 * @param {Array} allowed accepted values for option
 * @param {String} furtherHelpLink a link to docs for further help
 */
export declare const checkOptionForErrors: (name: string, value: string | number | boolean | object | Function | any[], type?: string, allowed?: RegExp | any[], furtherHelpLink?: string) => void;