npm i scramb
const scramb = require('scramb')
const makeid = scramb.makeId(8)
console.log(makeid) // e.g Result: { result: 'VYbF8638' }
- added isInstagramURL, isYoutubeURL, isSoundcloudURL
Find all functions in our website... Maybe in the future there will be many other functions.
- [+]
<scramb>.makeidNumber("length")
- From contributor (ThisMe124) - [+]
<scramb>.magicConchShell()
- [+]
<scramb>.shuffle(["array"])
- [+]
<scramb>.coin()
- [+]
<scramb>.falsy()
- [/] Fixed the comparison in the docs...
- [/]
Changed <scramb>.trueOrFalse() to <scramb>.boolean()
- [+]
Docs At https://jastinxyz.github.io/scramb/
- [+]
<scramb>.userAgents()
- [+]
<scramb>.isEmail("STRING")
- [+]
<scramb>.isURL("STRING")
- [+]
<scramb>.rps()
- [+]
<scramb>.isNumber()
- [+]
<scramb>.isString()
- [+]
<scramb>.minMax()
- First stable release