mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
Declaration comments for the enum declaration in .d.ts
This commit is contained in:
@@ -26,6 +26,7 @@ x = 1 /* FancyPink */;
|
||||
|
||||
|
||||
//// [commentsEnums.d.ts]
|
||||
/** Enum of colors*/
|
||||
declare enum Colors {
|
||||
Cornflower = 0,
|
||||
FancyPink = 1,
|
||||
|
||||
Reference in New Issue
Block a user