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