is-quick-hash

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i is-quick-hash

Weekly Downloads

9

Version

1.0.2

License

ISC

Last publish

Collaborators

  • vigour-io