type-flag icon indicating copy to clipboard operation
type-flag copied to clipboard

investigate using `const` Type Paramaeters

Open privatenumber opened this issue 1 year ago • 0 comments

TypeScript 5 added const Type Parameters, which I think can help with simplifying the inference logic: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#const-type-parameters

privatenumber avatar Jul 15 '23 06:07 privatenumber