Adicionado função mapearPasta

This commit is contained in:
Luiz Silva 2024-05-22 16:22:18 -03:00
parent aa36f4dfc8
commit 2dd74d88e0
10 changed files with 272 additions and 198 deletions

8
dist/mapear_pasta.d.ts vendored Normal file
View file

@ -0,0 +1,8 @@
export declare const mapearPasta: ({ prefixos, pasta, arquivoDestino, variavel, }: {
prefixos: {
[k: string]: string;
};
pasta: string;
arquivoDestino: string;
variavel?: string;
}) => void;