UNPKG

@aureooms/js-ascii

Version:

ASCII code bricks for JavaScript

9 lines (4 loc) 98 B
var isdigit = function ( c ) { return c >= "0" && c <= "9" ; } ; exports.isdigit = isdigit ;