Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yaml_wasm/scripts/deps.ts>fs.emptyDir

WebAssembly module to parse YAML
Latest
function fs.emptyDir
import { fs } from "https://deno.land/x/yaml_wasm@deno-v0.41.0/scripts/deps.ts";
const { emptyDir } = fs;

Ensures that a directory is empty. Deletes directory contents if the directory is not empty. If the directory does not exist, it is created. The directory itself is not deleted. Requires the --allow-read and --alow-write flag.

Parameters

dir: string

Returns

Promise<void>