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

Function toPropValue

test/fixtures/snapshot/typescript.js:41581–41583  ·  view source on GitHub ↗
(specResult)

Source from the content-addressed store, hash-verified

41579 return projectReferences;
41580 }
41581 function toPropValue(specResult) {
41582 return ts.isArray(specResult) ? specResult : undefined;
41583 }
41584 function getSpecsFromRaw(prop) {
41585 return getPropFromRaw(prop, ts.isString, "string");
41586 }

Callers 1

getConfigFileSpecsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected