Skip to content

Commit

Permalink
Merge pull request #604 from guillaumeduboc/feat/v1-utility-helpers
Browse files Browse the repository at this point in the history
Export utility helpers in dynamodb-toolbox v1
  • Loading branch information
ThomasAribart committed Oct 12, 2023
2 parents a2c9f81 + a81160a commit 776a4cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/v1/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ export type { DeleteItemOptions, DeleteItemResponse } from './deleteItem'
export { UpdateItemCommand, $set, $add, $delete, $remove } from './updateItem'
export type { UpdateItemInput, UpdateItemOptions, UpdateItemResponse } from './updateItem'
export { formatSavedItem } from './utils/formatSavedItem'
export { parseCondition } from './expression/condition/parse'
export { parseProjection } from './getItem/projection'
export * from './types'

0 comments on commit 776a4cb

Please sign in to comment.