UNPKG

dynamodb-toolbox

Version:

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

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