Home
last modified time | relevance | path

Searched defs:indexedKey (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts146 const indexedKey = config.regex?.toString() ?? config.pattern; constant
147 const alpha = acc[indexedKey]; constant