@forge/cli-shared
8.24.0-experimental-04cc2b98.24.1-next.0
out/shared/pause.d.ts~
out/shared/pause.d.tsModified+1−1
Index: package/out/shared/pause.d.ts
===================================================================
--- package/out/shared/pause.d.ts
+++ package/out/shared/pause.d.ts
@@ -1,3 +1,3 @@
-export type Pause = (ms: number) => Promise<void>;
+export declare type Pause = (ms: number) => Promise<void>;
export declare const pause: Pause;
//# sourceMappingURL=pause.d.ts.map
\ No newline at end of file