rawx
Version:
process daemon with utilities
14 lines • 373 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// re-exported in ops/index
const some_colors = {
TECHNICOLOR_GREEN: `[0;36m`,
LAVENDER: `[1;34m`,
H_RED: `[1;31m`,
PURPLE: `[0;35m`,
D_BLUE: `[0;34m`,
NEON_YELLOW: `[1;33m`,
NO: "",
};
module.exports = some_colors;
//# sourceMappingURL=some_colors.js.map