You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello folks,
After facing many issues with bugs in this awesome but unmaintained library, I have done a full migration into typescript.
The typescript source code is available here (deep-diff.ts) along with a summary of changes (readme.md). All tests have also been carried over.
The published npm package contains both esm and cjs modules along with type definitions. It exports all interfaces that are present in the original library.
Any existing function can be imported as import { diff, applyChange } from "datum-merge".
Do explore the new deep merge functionality in my library while you're there!
The text was updated successfully, but these errors were encountered:
Hello folks,
After facing many issues with bugs in this awesome but unmaintained library, I have done a full migration into typescript.
The typescript source code is available here (deep-diff.ts) along with a summary of changes (readme.md). All tests have also been carried over.
The published npm package contains both esm and cjs modules along with type definitions. It exports all interfaces that are present in the original library.
Any existing function can be imported as
import { diff, applyChange } from "datum-merge"
.Do explore the new deep merge functionality in my library while you're there!
The text was updated successfully, but these errors were encountered: