UNPKG

chnp-cli

Version:

Code Highlight and Print Command Line version

10 lines (9 loc) 246 B
const STATUS = { undefined: 1, SUCESSFULL: 0, UNSUCCESSFULL: 1, PENDING: 2, }; const meaning = ["SUCCESSFULL", "UNSUCCESSFULL", "PENDING"]; const colors = ["green", "red", "yellow"]; module.exports = { STATUS, meaning, colors };