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

Function createIndexSignature

test/fixtures/snapshot/typescript.js:23486–23492  ·  view source on GitHub ↗
(decorators, modifiers, parameters, type)

Source from the content-addressed store, hash-verified

23484 }
23485 // @api
23486 function createIndexSignature(decorators, modifiers, parameters, type) {
23487 var node = createBaseSignatureDeclaration(176 /* SyntaxKind.IndexSignature */, decorators, modifiers,
23488 /*name*/ undefined,
23489 /*typeParameters*/ undefined, parameters, type);
23490 node.transformFlags = 1 /* TransformFlags.ContainsTypeScript */;
23491 return node;
23492 }
23493 // @api
23494 function updateIndexSignature(node, decorators, modifiers, parameters, type) {
23495 return node.parameters !== parameters

Callers 1

updateIndexSignatureFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…