1.0.4 • Published 5 years ago

@buazeez/usefuls v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

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)}`);
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago