import { Path } from "https://deno.land/x/dax@0.39.1/src/path.ts";
Appends the provided text to the file.
Parameters
optional
options: Omit<Deno.WriteFileOptions, "append">x/dax/src/path.ts>Path#appendText
import { Path } from "https://deno.land/x/dax@0.39.1/src/path.ts";
Appends the provided text to the file.