UNPKG

generator-bearcat

Version:
7 lines (6 loc) 120 B
var Consts = function() { this.$id = "consts"; this.CODE_OK = 200; this.CODE_ERROR = 500; } module.exports = Consts;