1.0.0 • Published 2 months ago

ruththompson v1.0.0

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

Ruththompson

Ruththompson is a Node.js module providing a collection of utility functions for common tasks.

Installation

To install Zenith Utils, use npm: npm install ruththompson

Usage

const zenithUtils = require('zenith-utils');

// Example usage of functions
console.log(zenithUtils.generateRandomString(10)); // Output: Random alphanumeric string of length 10
console.log(zenithUtils.capitalizeFirstLetter('hello world')); // Output: Hello World
console.log(zenithUtils.factorial(5)); // Output: 120