Tags: DarCas/memoryx
Tags
feat!: Changed generic type default from `never` to `unknown` This update modifies all functions to use `unknown` as the default generic type instead of `never`. The change provides more flexibility for consumers who do not explicitly specify a generic type. BREAKING CHANGE: Consumers relying on the previous behavior with `never` may experience different type inference. Ensure your code is compatible before upgrading.