1.0.0 • Published 1 year ago
soft-zyat v1.0.0
Soft-zyat
Soft-zyat is a Node.js module that provides a collection of magical utility functions for your Node.js applications.
Installation
To install soft-zyat, use npm: npm install soft-zyat
Usage
const magicUtils = require('magic-utils');
console.log(magicUtils.generateRandomString(10)); // Outputs a random string of length 10
console.log(magicUtils.capitalizeFirstLetter('hello')); // Outputs 'Hello'
console.log(magicUtils.shuffleArray([1, 2, 3, 4, 5])); // Outputs a shuffled array
1.0.0
1 year ago