Skip to content

Commit

Permalink
Re-export promise guards (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Jun 24, 2022
1 parent fd9fa6d commit 2b8620a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-forks-build.md
@@ -0,0 +1,5 @@
---
'emery': patch
---

Fixed `isFulfilled` and `isRejected` guards not being exported from the main entry point.
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -27,6 +27,8 @@ export {
isNumber,
isString,
isUndefined,
isFulfilled,
isRejected,
} from './guards';

export { castToOpaque } from './opaques';
Expand Down

1 comment on commit 2b8620a

@vercel
Copy link

@vercel vercel bot commented on 2b8620a Jun 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

emery – ./

emery-ts.vercel.app
emery-git-main-thinkmill.vercel.app
emery-thinkmill.vercel.app

Please sign in to comment.