Muthu Kumar
6 years ago
10 changed files with 41 additions and 13 deletions
@ -0,0 +1,8 @@ |
|||||
|
const chalk = require('chalk'); |
||||
|
const { EOL } = require('os'); |
||||
|
|
||||
|
module.exports = { |
||||
|
greenLine: chalk.green('------------------------------------'), |
||||
|
redLine: chalk.red('------------------------------------'), |
||||
|
EOL, |
||||
|
}; |
Loading…
Reference in new issue