1.0.4 • Published 5 years ago
@buazeez/usefuls v1.0.4
In progress
usefuls
Library for Useful Function for Javscript
Download
npm i @buazeez/usefuls
Functions
To see the functions that exist Functions
How To-Use && Example
const { random, unique } = require('@buazeez/usefuls'); // import function that you want
// and use it in the way you want
console.log(`Your random number is ${random(0, 10)}`);
console.log(`Your id is ${unique('numbers', 10)}`);