UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

5 lines 210 B
/** * Compare two arrays to check if the first array starts with the second array. */ export declare function arrayStartsWith<T>(array: T[], start: T[]): boolean; //# sourceMappingURL=arrayStartsWith.d.ts.map