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

Function createTypedPropertyDescriptorType

test/fixtures/snapshot/typescript.js:60788–60790  ·  view source on GitHub ↗
(propertyType)

Source from the content-addressed store, hash-verified

60786 return genericGlobalType !== emptyGenericType ? createTypeReference(genericGlobalType, typeArguments) : emptyObjectType;
60787 }
60788 function createTypedPropertyDescriptorType(propertyType) {
60789 return createTypeFromGenericGlobalType(getGlobalTypedPropertyDescriptorType(), [propertyType]);
60790 }
60791 function createIterableType(iteratedType) {
60792 return createTypeFromGenericGlobalType(getGlobalIterableType(/*reportErrors*/ true), [iteratedType]);
60793 }

Callers 2

checkDecoratorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…