Sharonhall-config is a collection of useful utility functions for Node.js applications.
You can install Sharonhall-config via npm: npm install sharonhall-config
const utils = require('moonbeam-utils');
// Example usage of capitalizeWords
console.log(utils.capitalizeWords('hello world')); // Output: Hello World
// Example usage of isEven
console.log(utils.isEven(4)); // Output: true
// Example usage of randomHexColor
console.log(utils.randomHexColor()); // Output: Random hexadecimal color code