export async function precondition({readJSON, assert}) {
    const config = await readJSON(filename);
    assert(config[key] !== undefined);
}