UNPKG

65 BJavaScriptView Raw
1const isHex = (x) => /^[a-f0-9]+$/i.test(x);
2export {
3 isHex
4};