chore: delete declaration files

This commit is contained in:
Johannes Klein
2025-03-07 20:52:53 +01:00
committed by GitHub
parent 5d54a66da4
commit 4455c853fe

7
dist/wait.d.ts generated vendored
View File

@ -1,7 +0,0 @@
/**
* Waits for a number of milliseconds.
*
* @param milliseconds The number of milliseconds to wait.
* @returns Resolves with 'done!' after the wait is over.
*/
export declare function wait(milliseconds: number): Promise<string>;