Licence
ISC
Version
1.0.0
Deps
8
Size
2 kB
Vulns
0
Weekly
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