ascii-hex-digit.mjs 80 B

123
  1. import check from '../util/regex-check.mjs'
  2. export default check(/[\dA-Fa-f]/)