UNPKG

235 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;
6//# sourceMappingURL=isArrayEqual.d.ts.map
\No newline at end of file