UNPKG

dynamodb-toolbox

Version:

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

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