dynamodb-toolbox
Version:
Lightweight and type-safe query builder for DynamoDB and TypeScript.
8 lines (7 loc) • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.resetLinks = void 0;
const resetLinks = schema => schema
// @ts-expect-error Signatures don't match but we don't care
.clone({ keyLink: undefined, putLink: undefined, updateLink: undefined });
exports.resetLinks = resetLinks;