Skip to content

a useful package for some random functions related to javascript with few lines and types.

License

Notifications You must be signed in to change notification settings

JastinXyz/scramb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCRAMB

scramb
npm
npm

Instalation

npm i scramb

Example

const scramb = require('scramb')

const makeid = scramb.makeId(8)
console.log(makeid) // e.g Result: { result: 'VYbF8638' }

What's new in v3.0.6?

  • added isInstagramURL, isYoutubeURL, isSoundcloudURL

Function

Find all functions in our website... Maybe in the future there will be many other functions.

Changelog

v3.0.4

  • [+] <scramb>.makeidNumber("length") - From contributor (ThisMe124)
  • [+] <scramb>.magicConchShell()
  • [+] <scramb>.shuffle(["array"])
  • [+] <scramb>.coin()
  • [+] <scramb>.falsy()
  • [/] Fixed the comparison in the docs...

v3.0.0

  • [/] Changed <scramb>.trueOrFalse() to <scramb>.boolean()
  • [+] Docs At https://jastinxyz.github.io/scramb/
  • [+] <scramb>.userAgents()
  • [+] <scramb>.isEmail("STRING")
  • [+] <scramb>.isURL("STRING")
  • [+] <scramb>.rps()

v2.0.5

  • [+] <scramb>.isNumber()
  • [+] <scramb>.isString()
  • [+] <scramb>.minMax()

v2.0.0

  • First stable release

Contributors

About

a useful package for some random functions related to javascript with few lines and types.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages