Skip to content

Commit

Permalink
feat(types): re-export out common types for library use
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Dec 4, 2017
1 parent 9cdadb4 commit fa19b57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
import pact from "./pact";
module.exports = exports = pact;
export default pact;

export * from "./verifier";

export * from "./server";

export * from "./publisher";

export * from "./broker";

0 comments on commit fa19b57

Please sign in to comment.