isHexDigit top-level constant
InRange
const isHexDigit
Implementation
const isHexDigit = InRange([('0', '9'), ('A', 'F'), ('a', 'f')]);
const isHexDigit = InRange([('0', '9'), ('A', 'F'), ('a', 'f')]);