Repository URL to install this package:
|
Version:
0.0.1-9ecc40928b9b22 ▾
|
const theme = require('../theme')
const format = normalizedSeverity => {
return theme.severity[normalizedSeverity](` ${normalizedSeverity} `);
}
module.exports = {
format: format
}