1.0.0 • Published 1 year ago
sharonhall-config v1.0.0
Sharonhall-config
Sharonhall-config is a collection of useful utility functions for Node.js applications.
Installation
You can install Sharonhall-config via npm: npm install sharonhall-config
Usage
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
1.0.0
1 year ago