Skip to content

Commit

Permalink
chore(lib-dynamodb): re-export options and NativeAttribute* types (#5982
Browse files Browse the repository at this point in the history
)
  • Loading branch information
trivikr authored Apr 9, 2024
1 parent d201a43 commit 4de6433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/lib-dynamodb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ export * from "./DynamoDBDocumentClient";
export * from "./commands";
export * from "./pagination";
export { NumberValueImpl as NumberValue } from "@aws-sdk/util-dynamodb";
export { marshallOptions, unmarshallOptions } from "@aws-sdk/util-dynamodb";
export { NativeAttributeValue, NativeAttributeBinary, NativeScalarAttributeValue } from "@aws-sdk/util-dynamodb";

0 comments on commit 4de6433

Please sign in to comment.