UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 204 B
import type { ITableDTO } from '../../../table/actions/dto/index.js'; import { Table } from '../../../table/index.js'; export declare const fromTableDTO: ({ tableName, ...tableDTO }: ITableDTO) => Table;