mirror of
https://github.com/actions/container-toolkit-action.git
synced 2025-12-11 12:37:21 +00:00
Convert to ESM
This commit is contained in:
7
dist/wait.d.ts
generated
vendored
Normal file
7
dist/wait.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* 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