export async function apply({read, write}) {
    await update({
        read: () => read(filename),
        write: (text) => write(filename, text),
        edit: (text) => format(text),