const chalk = require("chalk");
// used for including uids in the output
// example: `(dom_ji13dj2fih4fi2hf)`
module.exports = id => chalk.gray(`(${id})`);