next
Version:
The React Framework
25 lines (24 loc) • 734 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "dynamicParamTypes", {
enumerable: true,
get: function() {
return dynamicParamTypes;
}
});
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