Closed JoshuaKGoldberg closed 1 year ago
Similar to how ? solution is replaced with ? index, as typeof solution is now also replaced with as typeof index.
? solution
? index
as typeof solution
as typeof index
PR Checklist
Overview
Similar to how
? solution
is replaced with? index
,as typeof solution
is now also replaced withas typeof index
.