append_to_file
import { append_to_file } from "https://raw.githubusercontent.com/olaven/dio/master/mod.ts";Append given content to the end of file at given path
async function append_to_file(path: string, content: string);
import { append_to_file } from "https://raw.githubusercontent.com/olaven/dio/master/mod.ts";Append given content to the end of file at given path