dynamodb-toolbox
Version:
Lightweight and type-safe query builder for DynamoDB and TypeScript.
9 lines (8 loc) • 347 B
TypeScript
export declare const $actionName: unique symbol;
export type $actionName = typeof $actionName;
export declare const $sentActions: unique symbol;
export type $sentActions = typeof $sentActions;
export declare const $spy: unique symbol;
export type $spy = typeof $spy;
export declare const $mocks: unique symbol;
export type $mocks = typeof $mocks;