Core: Use named exports in `src/`
[jquery.git] / src / var / rnothtmlwhite.js
blobac8586dbcc43613940841f0925d2159ca28957eb
1 // Only count HTML whitespace
2 // Other whitespace should count in values
3 // https://infra.spec.whatwg.org/#ascii-whitespace
4 export var rnothtmlwhite = /[^\x20\t\r\n\f]+/g;