MCPcopy Create free account
hub / github.com/Justineo/github-hovercard / isWhitespace

Function isWhitespace

src/mustache.js:56–58  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

54
55 var nonSpaceRe = /\S/;
56 function isWhitespace (string) {
57 return !testRegExp(nonSpaceRe, string);
58 }
59
60 var entityMap = {
61 '&': '&',

Callers 1

parseTemplateFunction · 0.70

Calls 1

testRegExpFunction · 0.70

Tested by

no test coverage detected