MCPcopy Create free account
hub / github.com/CanadaHonk/shadow / isspace

Method isspace

engine/htmlparser.js:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 };
88
89 const isspace = c => c === ' ' || c === '\n';
90 const isclosing = c => c === '>' || c === '/';
91
92 const isVoidEl = (name = this.currentName) => VOID_ELEMENTS.includes(name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected