UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 128 B
export const $key = Symbol('$key'); export const $condition = Symbol('$condition'); export const $options = Symbol('$options');