ascii-alphanumeric.mjs 80 B

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