Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Export ResultKind (#17)
Browse files Browse the repository at this point in the history
Bump to 0.4.3
  • Loading branch information
JamieB-gu authored Aug 6, 2020
1 parent 75dd284 commit 3277ac1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/types",
"version": "0.4.2",
"version": "0.4.3",
"description": "A place for types",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions result.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const partition = <E, A>(results: Result<E, A>[]): Partitioned<E, A> =>

export {
Result,
ResultKind,
ok,
err,
fromUnsafe,
Expand Down

0 comments on commit 3277ac1

Please sign in to comment.