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