blob: 3b85405f5cc89f9f33ebe9eb57463a84c219eb6a [file] [edit]
var unicodePunctuation = require('../constant/unicode-punctuation-regex')
var check = require('../util/regex-check')
// Size note: removing ASCII from the regex and using `ascii-punctuation` here
// In fact adds to the bundle size.
module.exports = check(unicodePunctuation)