ES6 Plato on Github
Report Home
Summary Display
constants/UserMessages.js
Maintainability
80.02
Lines of code
8
Difficulty
2.00
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
/* the type of an error message */ export const ERROR_MESSAGE_TYPE = "error"; /* the type of an informative message */ export const INFO_MESSAGE_TYPE = "info"; /* the type of a messsage denoting a successfull operation */ export const SUCCESS_MESSAGE_TYPE = "success";