Sha256: e28003369df053a1bced85e0f27c8caf1258759f10dac51f24698f5cc3ab8e55
Contents?: true
Size: 229 Bytes
Versions: 75
Compression:
Stored size: 229 Bytes
Contents
define( function() { "use strict"; // Only count HTML whitespace // Other whitespace should count in values // https://html.spec.whatwg.org/multipage/infrastructure.html#space-character return ( /[^\x20\t\r\n\f]+/g ); } );
Version data entries
75 entries across 65 versions & 13 rubygems