Skip to content

revington/node-ishexchar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status

node-ishexchar

Just a tool to check if a char is a valid (a-f A-F 0-9) hex char.

Usage

var isHexChar = require('ishexchar');
if(isHexChar('a')){
	console.log('"a" is a valid hex char');
}

Run test suite

$ npm test

Doc generation

It is possible to auto generate some documentation:

$ npm run-script docs

Code coverage

Run code coverage by executing:

$ npm run-script coverage

In order to run the coverage report You need to install TJ Holowaychuk's jscoverage before

About

Just a tool to check if a char is a valid hex char

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%