import { type Deno } from "https://deno.land/x/xdg@v10.5.1/vendor/types/deno.d.ts";
const { WriteFileOptions } = Deno;
Options for writing to a file.
Properties
Defaults to false
. If set to true
, will append to a file instead of
overwriting previous contents.
Sets the option to allow creating a new file, if one doesn't already
exist at the specified path (defaults to true
).