ascii-alpha.mjs 78 B

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