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

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

/**
 * Fisher-Yates shuffle ES6 non-mutating implementation.
 * @param {Array} array the array to shuffle
 * @return {Array} shuffled array without mutating the initial array.
 */
export declare const shuffle: (array: any[]) => any[];