- 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
6 lines
190 B
TypeScript
6 lines
190 B
TypeScript
/**
|
|
* Normalizes the trailing slash of a path according to the `trailingSlash` option
|
|
* in `next.config.js`.
|
|
*/
|
|
export declare const normalizePathTrailingSlash: (path: string) => string;
|