Skip to content

arthurvr/is-hex-digit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-hex-digit Build Status

Check if something is a hexidecimal digit

Install

$ npm install --save is-hex-digit

Usage

const isHexDigit = require('is-hex-digit');

isHexDigit('f');
//=> true

isHexDigit('9');
//=> true

isHexDigit(9);
//=> true

License

MIT © Arthur Verschaeve

About

Check if something is a hexidecimal digit

Resources

License

Stars

Watchers

Forks

Packages

No packages published