Support const
modifier on type parameters
#2679
Labels
breaking change
Cannot be merged when next version is not a major release
c: feature
Request for new feature
p: 1-normal
Nothing urgent
s: accepted
Accepted feature / Confirmed bug
Milestone
Clear and concise description of the problem
As a developer using faker I want to benefit from
const
modifier on type parameters so that I don't need to explicitly addas const
.Suggested solution
Add
const
modifier on type parameters.Alternative
No response
Additional context
This feature was introduced by TypeScript v5.0.0 and would break TypeScript support < v5
The text was updated successfully, but these errors were encountered: