UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 226 B
export { PathParser } from './pathParser.js'; export type { ParsePathsOptions } from './pathParser.js'; export type { TransformPathsOptions } from './transformPaths.js'; export type { ProjectionExpression } from './types.js';