Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
This commit is contained in:
12
node_modules/regex/dist/cjs/subroutines.d.ts
generated
vendored
Normal file
12
node_modules/regex/dist/cjs/subroutines.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export type NamedCapturingGroupsMap = Map<string, {
|
||||
isUnique: boolean;
|
||||
contents?: string;
|
||||
groupNum?: number;
|
||||
numCaptures?: number;
|
||||
}>;
|
||||
/**
|
||||
@param {string} expression
|
||||
@param {import('./regex.js').PluginData} [data]
|
||||
@returns {string}
|
||||
*/
|
||||
export function subroutines(expression: string, data?: import("./regex.js").PluginData): string;
|
Reference in New Issue
Block a user