/is-quick-hash

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

Primary LanguageJavaScriptISC LicenseISC

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