UNPKG

dynamodb-toolbox

Version:

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

7 lines (6 loc) 249 B
export declare const $query: unique symbol; export type $query = typeof $query; export declare const $options: unique symbol; export type $options = typeof $options; export declare const $entity: unique symbol; export type $entity = typeof $entity;