BIG293

Results 3 comments of BIG293

I certainly know that I can do it, but then I cannot use Typescript's type inference adding boilerplate and making that overload useless. It would be enough one overload with...

No. The problem is that the omit has three overloads: ``` typescript omit( object: T | null | undefined, ...paths: K ): Pick; /** * @see _.omit */ omit(object: T...