R00tx-0xf0rd
Results
2
comments of
R00tx-0xf0rd
type MyReadonly = { readonly [K in keyof T]: T[K] }
type MyPick = { [key in K]: T[key] }