Skip to main content
Module

x/windmill/node_modules/denoify/tools/createDirectoryIfNotExistsRecursive.d.ts>createDirectoryIfNotExistsRecursive

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
function createDirectoryIfNotExistsRecursive
import { createDirectoryIfNotExistsRecursive } from "https://deno.land/x/windmill@v1.373.0/node_modules/denoify/tools/createDirectoryIfNotExistsRecursive.d.ts";

To support node < v10 we don't use fs.mkdir

Parameters

dirname: string

Returns

Promise<void>