@ -0,0 +1,15 @@
import chalk from "chalk";
const log = {
info: function (msg) {
return chalk.gray.italic(msg);
},
success: function(msg) {
return chalk.green(msg);
error: function(msg) {
return chalk.red.bold(msg);
}
};
export { log };
The note is not visible to the blocked user.