UNPKG

dynamodb-toolbox

Version:

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

7 lines (6 loc) 311 B
import type { Path } from '../../../../../schema/actions/utils/path.js'; import { $SUM } from '../../symbols/index.js'; import type { ExpressionState } from '../types.js'; export declare const expressSumUpdate: (value: unknown & { [$SUM]: unknown; }, path: Path, state: ExpressionState) => ExpressionState;