Skip to content

Commit 3a91eec

Browse files
committed
refactor: Remove ReducedComment type
1 parent ad8dc3e commit 3a91eec

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

declarations/comment.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,3 @@ type Kind =
146146
| 'namespace'
147147
| 'typedef'
148148
| 'interface';
149-
150-
// type ReducedComment = {
151-
// name: string,
152-
// kind: ?Kind,
153-
// scope?: ?Scope
154-
// };

0 commit comments

Comments
 (0)