MCPcopy Index your code
hub / github.com/nodejs/node / createCheckedValue

Function createCheckedValue

test/fixtures/snapshot/typescript.js:92990–92992  ·  view source on GitHub ↗
(left, right)

Source from the content-addressed store, hash-verified

92988 }
92989 }
92990 function createCheckedValue(left, right) {
92991 return factory.createLogicalAnd(factory.createStrictInequality(factory.createTypeOfExpression(left), factory.createStringLiteral("undefined")), right);
92992 }
92993 /**
92994 * Serializes an entity name which may not exist at runtime, but whose access shouldn't throw
92995 *

Calls

no outgoing calls

Tested by

no test coverage detected