mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 23:39:45 +00:00
chore: delete declaration files
This commit is contained in:
7
dist/wait.d.ts
generated
vendored
7
dist/wait.d.ts
generated
vendored
@ -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>;
|
Reference in New Issue
Block a user