We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10a5b6 commit 3d2a9e1Copy full SHA for 3d2a9e1
src/Json/Diff.elm
@@ -1,4 +1,4 @@
1
-module Json.Diff exposing (diff, invertibleDiff, diffWithCustomWeight)
+module Json.Diff exposing (diff, invertibleDiff, diffWithCustomWeight, cheapDiff)
2
3
{-| Create a JSON patch by inspecting the difference between two JSON values.
4
0 commit comments