is-quick-hash
v1.0.2
Published
Checks if a string looks like a hash generated by quick-hash
Readme
is-quick-hash
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 -
trueifvallooks like a hash generated by quick-hash,falseotherwise
var isHash = require('is-quick-hash')
isHash('asd654') // true