is-hex-digit
v1.0.0
Published
Check if something is a hexidecimal digit
Downloads
28
Maintainers
Readme
is-hex-digit 
Check if something is a hexidecimal digit
Install
$ npm install --save is-hex-digitUsage
var isHexDigit = require('is-hex-digit');
isHexDigit('f');
//=> true
isHexDigit('9');
//=> true
isHexDigit(9);
//=> trueLicense
MIT © Arthur Verschaeve
