feat: adc extenções

This commit is contained in:
Luiz Silva 2024-09-16 18:16:42 -03:00
parent 97184ef169
commit f06f666cb4
9 changed files with 323 additions and 2 deletions

5
dist/extensoes.d.ts vendored Normal file
View file

@ -0,0 +1,5 @@
export declare const extensoes: {
ext: string;
tipo: string;
mime: string;
}[];