1.0.2 • Published 8 years ago

is-quick-hash v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

is-quick-hash

Build Status js-standard-style npm version Coverage Status

var looksLikeQuickHash = isQuickHash(val)

Checks if a string looks like a hash generated by quick-hash

  • val (string) - the string to check
  • returns (boolean) looksLikeQuickHash - true if val looks like a hash generated by quick-hash, false otherwise
var isHash = require('is-quick-hash')
isHash('asd654') // true