Adicionado função mapearPasta
This commit is contained in:
parent
aa36f4dfc8
commit
2dd74d88e0
10 changed files with 272 additions and 198 deletions
8
dist/mapear_pasta.d.ts
vendored
Normal file
8
dist/mapear_pasta.d.ts
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export declare const mapearPasta: ({ prefixos, pasta, arquivoDestino, variavel, }: {
|
||||
prefixos: {
|
||||
[k: string]: string;
|
||||
};
|
||||
pasta: string;
|
||||
arquivoDestino: string;
|
||||
variavel?: string;
|
||||
}) => void;
|
||||
Loading…
Add table
Add a link
Reference in a new issue