UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 187 B
export const resetLinks = schema => schema // @ts-expect-error Signatures don't match but we don't care .clone({ keyLink: undefined, putLink: undefined, updateLink: undefined });