UNPKG

dynamodb-toolbox

Version:

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

10 lines (9 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SchemaAction = void 0; class SchemaAction { constructor(schema) { this.schema = schema; } } exports.SchemaAction = SchemaAction;