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

Function bothAreBigIntLike

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

Source from the content-addressed store, hash-verified

79229 return ts.Debug.fail();
79230 }
79231 function bothAreBigIntLike(left, right) {
79232 return isTypeAssignableToKind(left, 2112 /* TypeFlags.BigIntLike */) && isTypeAssignableToKind(right, 2112 /* TypeFlags.BigIntLike */);
79233 }
79234 function checkAssignmentDeclaration(kind, rightType) {
79235 if (kind === 2 /* AssignmentDeclarationKind.ModuleExports */) {
79236 for (var _i = 0, _a = getPropertiesOfObjectType(rightType); _i < _a.length; _i++) {

Callers 1

Calls 1

isTypeAssignableToKindFunction · 0.85

Tested by

no test coverage detected