Jacob Asper
Results
2
comments of
Jacob Asper
@intelagense is this issue completed?
@pseudopirate Your solution doesn't work since they don't want functions to be readonly, so you'd need to do something like this ```ts type DeepReadonly = { readonly [Key in keyof...