microsoft/TypeScript

Comment referencing an undefined `ClassDecoratorFunction` type

Malix-Labs opened this issue ยท 1 comments

Bug Report

๐Ÿ”Ž Search Terms

ClassDecoratorFunction, decorators.d.ts, lib ClassDecoratorContext

๐Ÿ•— Version & Regression Information

From 5b18979

๐Ÿ’ป Code

In

* function customElement(name: string): ClassDecoratorFunction {

The ClassDecoratorFunction type is not defined.

The ClassDecoratorFunction type has an unofficial definition in #53790 (comment)