dynamodb-toolbox
Version:
Lightweight and type-safe query builder for DynamoDB and TypeScript.
7 lines (6 loc) • 427 B
TypeScript
export { UpdateItemCommand } from './updateItemCommand.js';
export type { UpdateItemResponse } from './updateItemCommand.js';
export { $set, $get, $remove, $sum, $subtract, $add, $delete, $append, $prepend } from './symbols/index.js';
export type { UpdateItemOptions } from './options.js';
export type { UpdateItemInput, UpdateValueInput } from './types.js';
export { parseUpdateExtension } from './updateItemParams/index.js';