This commit is contained in:
Luiz H. R. Silva 2024-06-03 12:06:48 -03:00
parent 50e713e51c
commit 921d5b3418
11 changed files with 497 additions and 4 deletions

1
dist-import/index.d.ts vendored Normal file
View file

@ -0,0 +1 @@
export declare const testeDrivers: () => void;

1
dist-import/index.js Normal file
View file

@ -0,0 +1 @@
export const testeDrivers = () => console.log("Drivers conectado");