UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

6 lines 235 B
/** * Compare two arrays with primitive values as the content. * We need to make sure that both values and order match. */ export declare function isArrayEqual(a: any[], b: any[]): boolean; //# sourceMappingURL=isArrayEqual.d.ts.map