Console Section
- you can Get more features With rxl!
const { Console, RColors } = require("rxl-rest");
// Exmple Useage of how to Return and get The Errors
Console.DebuggingErrors();
// Exmple Useage of how to Change The Console Msssage Color
Console.Color({ message: `Hello World!`, color: RColors.Green });
// RColors: ["Black", "Blue", "Cyan", "Green", "Magenta", "Red", "White", "Yellow"];
// Exmple Useage of how to make Type Errors
Console.throwTypeError("An error occurred");
Full Changelog: https://github.com/RlxChap2/rxl-rest/commits/v1.1.6