Skip to content

Commit

Permalink
Merge pull request #93 from JK0369/add-extension
Browse files Browse the repository at this point in the history
Add extension for JSONDecoder and JSONEncoder
  • Loading branch information
devxoul authored Apr 26, 2022
2 parents ae05350 + 7631938 commit d41ef52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Then/Then.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ extension NSObject: Then {}
extension Array: Then {}
extension Dictionary: Then {}
extension Set: Then {}
extension JSONDecoder: Then {}
extension JSONEncoder: Then {}

#if os(iOS) || os(tvOS)
extension UIEdgeInsets: Then {}
Expand Down

0 comments on commit d41ef52

Please sign in to comment.