Skip to content

Commit

Permalink
remove @extends typedoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed Jul 13, 2024
1 parent ad426ee commit 82bfb94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/enum/prelude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ export interface Option<T> {
/**
* Represents the absence of a value, as a specialized `Option` type.
* The type parameter is set to `never` because `None` does not hold a value.
*
* @extends {Option<never>} Extends the generic `Option` type with `never` to denote no value.
*/
export interface None extends Option<never> {
/**
Expand Down

0 comments on commit 82bfb94

Please sign in to comment.