rich-helper
v1.0.1
Published
rich-helper is a rich utility with many features.
Maintainers
Readme
rich-helper
rich-helper is a rich utility with many features.
- Custom errors
- String manipulations
- ASCII manipulations
- Styled console
- And bulk more!
const rh = require("rich-helper")
const string = "Hello! 🙂"
const reversed = rh.reverseString(string)
rh.styledConsole.info(reversed) // 🙂 !olleH
if (!rh.ascii(string)) {
throw new rh.CustomError("NonAscii", string + " is not ascii!") // Will throw NonAscii: Hello! 🙂 is not ascii!
}BTC: bc1qmjl4wuv83e72rt6ezf7e8u0a3x4wj4t94p42pt
TRX: TKmCQHDeUpbeZzb7VyEWPjP7fW9dfs8ojL
Uses the MIT license, more info in LICENSE or help.html.
For how-to-use, examples, and other data visit help.html.
