Skip to content

Commit

Permalink
feat(package): Adds the Member type.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi authored Oct 27, 2017
1 parent 8f3ad02 commit 053e57a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/Member.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type Member<Opts, Res> = (opts: Opts) => Promise<Res>;

export default Member;

0 comments on commit 053e57a

Please sign in to comment.