1.0.0 • Published 2 months ago

sharonhall-config v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

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