is-hex-digit

1.0.0 • Public • Published

is-hex-digit Build Status

Check if something is a hexidecimal digit

Install

$ npm install --save is-hex-digit

Usage

var isHexDigit = require('is-hex-digit');
 
isHexDigit('f');
//=> true
 
isHexDigit('9');
//=> true
 
isHexDigit(9);
//=> true

License

MIT © Arthur Verschaeve

Package Sidebar

Install

npm i is-hex-digit

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • arthurvr