Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: remove limitation of losing readonly modifier
  • Loading branch information
andreww2012 committed Oct 11, 2025
commit f140e62c49123ef2b6f9f55d6ebb376f15e43f13
1 change: 0 additions & 1 deletion source/function-overloads.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Use-cases:
Known limitions:
- Functions that have identical parameters but different `this` types or return types will only extract one overload (the last one)
- Generic type parameters are lost and inferred as `unknown`
- `readonly` modifier on readonly rest parameter will be lost if other parameters are present because it cannot be represented with tuples

@example
```ts
Expand Down