UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

6 lines (5 loc) 254 B
export { IQueryCommand, QueryCommand } from './queryCommand.js'; export { $entity } from './constants.js'; export type { QueryResponse } from './queryCommand.js'; export type { QueryOptions } from './options.js'; export type { Query } from './types.js';