is-quick-hash
1.0.2 • Public • Published 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 -
true
if val
looks like a hash generated by quick-hash, false
otherwise
var isHash = require('is-quick-hash')
isHash('asd654')
Package Sidebar
Install
Weekly Downloads