aboutsummaryrefslogtreecommitdiffstats
path: root/src/var/rnothtmlwhite.js
blob: db2a9e360f5217c040775cc8afa542715db0a141 (plain)
1
2
3
4
// Only count HTML whitespace
// Other whitespace should count in values
// https://infra.spec.whatwg.org/#ascii-whitespace
export default ( /[^\x20\t\r\n\f]+/g );