UNPKG

52 BJavaScriptView Raw
1export const isHex = (x) => /^[a-f0-9]+$/i.test(x);