MCPcopy Create free account
hub / github.com/nodejs/node / isWildcard

Function isWildcard

test/fixtures/snapshot/typescript.js:3571–3573  ·  view source on GitHub ↗
(part)

Source from the content-addressed store, hash-verified

3569 return true;
3570 }
3571 function isWildcard(part) {
3572 return part === "*" || part === "x" || part === "X";
3573 }
3574 function createComparator(operator, operand) {
3575 return { operator: operator, operand: operand };
3576 }

Callers 3

parsePartialFunction · 0.85
parseHyphenFunction · 0.85
parseComparatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected