UNPKG

next

Version:

The React Framework

15 lines (14 loc) 518 B
export const dynamicParamTypes = { catchall: 'c', 'catchall-intercepted-(..)(..)': 'ci(..)(..)', 'catchall-intercepted-(.)': 'ci(.)', 'catchall-intercepted-(..)': 'ci(..)', 'catchall-intercepted-(...)': 'ci(...)', 'optional-catchall': 'oc', dynamic: 'd', 'dynamic-intercepted-(..)(..)': 'di(..)(..)', 'dynamic-intercepted-(.)': 'di(.)', 'dynamic-intercepted-(..)': 'di(..)', 'dynamic-intercepted-(...)': 'di(...)' }; //# sourceMappingURL=get-short-dynamic-param-type.js.map