UNPKG

dynamodb-toolbox

Version:

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

6 lines (5 loc) 187 B
import { pathTokens } from './utils.js'; export const expressRemoveUpdate = (value, path, state) => { state.removeExpressions.push(pathTokens(path, 'r', state)); return state; };