- MANUAL-PRODUTO.md: Manual do usuário final - MANUAL-VENDAS.md: Estratégia comercial e vendas - MANUAL-TECNICO.md: Infraestrutura e deploy - README.md: Visão geral do projeto
7 lines
312 B
TypeScript
7 lines
312 B
TypeScript
export declare const INTERCEPTION_ROUTE_MARKERS: readonly ["(..)(..)", "(.)", "(..)", "(...)"];
|
|
export declare function isInterceptionRouteAppPath(path: string): boolean;
|
|
export declare function extractInterceptionRouteInformation(path: string): {
|
|
interceptingRoute: string;
|
|
interceptedRoute: string;
|
|
};
|