Skip to content

Commit

Permalink
(fix) Fixes exports of validationToEither
Browse files Browse the repository at this point in the history
  • Loading branch information
robotlolita committed Jan 7, 2017
1 parent 5885018 commit 450cb70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data/conversions/validation-to-either.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ const validationToEither = (aValidation) =>
Failure: ({ value }) => Left(value),
Success: ({ value }) => Right(value)
});


module.exports = validationToEither;

0 comments on commit 450cb70

Please sign in to comment.