Skip to content

Commit

Permalink
fix(batch-requests): export consts
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmumenthaler committed Jan 9, 2019
1 parent a8d7a95 commit 60d0568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dynamo/batchget/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './batch-get.request'
export * from './batch-get.const'
1 change: 1 addition & 0 deletions src/dynamo/batchwrite/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './batch-write.request'
export * from './batch-write.const'

0 comments on commit 60d0568

Please sign in to comment.