Open Issues Need Help
View All on GitHub `Object.assign` over functions breaks about 2 months ago
AI Summary: Debug and fix a type error in the `better-typescript-lib` project related to `Object.assign`'s interaction with functions. The issue arises when using version 2.11.0 and involves incorrect TypeScript callable inference after assigning properties to a function using `Object.assign`. The task requires understanding the library's type definitions and how `Object.assign` is handled within the context of TypeScript's type system.
Complexity:
4/5
bug help wanted