diff --git a/dist/wait.d.ts b/dist/wait.d.ts deleted file mode 100644 index e2723a3..0000000 --- a/dist/wait.d.ts +++ /dev/null @@ -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;