toolplus
v1.0.4
Published
Toolplus, birkaç fonksiyon bulunduran bir kütüphanedir.
Downloads
3
Readme
Example Usage
const toolplus = require('toolplus');
toolplus.random(1000) // Output: 104
toolplus.reverse('Hello world!') // Output: !dlrow olleH
toolplus.password(10) // Output: fBQNvKRPNn
toolplus.isURL('https://google.com/') // Output: true