This commit is contained in:
Git Workflow Bot
2024-09-15 15:39:49 +00:00
parent 89ce218b1c
commit 52e1465a83
6 changed files with 71 additions and 0 deletions

3
dist/index.d.ts vendored Normal file
View File

@ -0,0 +1,3 @@
declare function startTest(): void;
export { startTest };