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