We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca5d06 commit d3cb5d9Copy full SHA for d3cb5d9
v-next/hardhat-utils/src/fs.ts
@@ -343,7 +343,7 @@ export async function mkdir(absolutePath: string): Promise<void> {
343
* Alias for `mkdir`.
344
* @see mkdir
345
*/
346
-export const ensureDir: (absolutePath: string) => Promise<void> = mkdir;
+export const ensureDir: typeof mkdir = mkdir;
347
348
/**
349
* Retrieves the last change time of a file or directory's properties.
0 commit comments