UNPKG

dynamodb-toolbox

Version:

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

7 lines (6 loc) 252 B
export declare const $key: unique symbol; export type $key = typeof $key; export declare const $condition: unique symbol; export type $condition = typeof $condition; export declare const $options: unique symbol; export type $options = typeof $options;