UNPKG

dynamodb-toolbox

Version:

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

3 lines (2 loc) 154 B
import { Table } from '../../../table/index.js'; export const fromTableDTO = ({ tableName, ...tableDTO }) => new Table({ name: tableName, ...tableDTO });