Skip to content

IAmAnubhavSaini/node-hash-a-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-hash-a-number

Number hashing library - node module

Usage

  const hAN = require('node-hash-a-number')

  hAN(10)
  2865

  hAN(10, '1337', 5)
  751

  hAN(10, '1337', 10)
  2841

  hAN(10, '1337', 26)
  18121

License

MIT © Git Faf 2018

About

Number hashing library - node module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published