UNPKG

@ehduardu/bat-framework

Version:

A simple framework for Google Apps Script

12 lines (9 loc) 177 B
import chalk from "chalk"; const error = (text: string) => { console.log(); console.log(chalk.red.bold("error: ") + text); console.log(); } export default { error, }