UNPKG

@adikari/config-manager

Version:

Tool to deploy configs to different stores

9 lines (5 loc) 188 B
'use strict'; const chalk = require('chalk'); const { log } = require('./log'); const logWarning = message => log(chalk.yellow(`WARNING: ${message}`)); module.exports = { logWarning };