UNPKG

micromark

Version:

small commonmark compliant markdown parser with positional info and concrete tokens

8 lines (4 loc) 135 B
'use strict' var regexCheck = require('../util/regex-check.js') var asciiAlpha = regexCheck(/[A-Za-z]/) module.exports = asciiAlpha