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

Function createConstructorTypeNode2

test/fixtures/snapshot/typescript.js:23591–23593  ·  view source on GitHub ↗

@deprecated

(typeParameters, parameters, type)

Source from the content-addressed store, hash-verified

23589 }
23590 /** @deprecated */
23591 function createConstructorTypeNode2(typeParameters, parameters, type) {
23592 return createConstructorTypeNode1(/*modifiers*/ undefined, typeParameters, parameters, type);
23593 }
23594 // @api
23595 function updateConstructorTypeNode() {
23596 var args = [];

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected