export async function apply({readJSON, writeJSON}) {
    await update({
        read: () => readJSON(filename),
        write: (data) => writeJSON(filename, data),
        edit(config) {