Skip to content

Commit

Permalink
Expose cheapDiff as intended.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lattyware committed Feb 4, 2020
1 parent a10a5b6 commit 3d2a9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Json/Diff.elm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Json.Diff exposing (diff, invertibleDiff, diffWithCustomWeight)
module Json.Diff exposing (diff, invertibleDiff, diffWithCustomWeight, cheapDiff)

{-| Create a JSON patch by inspecting the difference between two JSON values.
Expand Down

0 comments on commit 3d2a9e1

Please sign in to comment.