UNPKG

193 BTypeScriptView Raw
1/**
2 * Compare two arrays with primitive values as the content.
3 * We need to make sure that both values and order match.
4 */
5export default function isArrayEqual(a: any[], b: any[]): boolean;