Skip to content

Commit 3d2a9e1

Browse files
committed
Expose cheapDiff as intended.
1 parent a10a5b6 commit 3d2a9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Json/Diff.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Json.Diff exposing (diff, invertibleDiff, diffWithCustomWeight)
1+
module Json.Diff exposing (diff, invertibleDiff, diffWithCustomWeight, cheapDiff)
22

33
{-| Create a JSON patch by inspecting the difference between two JSON values.
44

0 commit comments

Comments
 (0)