UNPKG

@cpmech/az-dynamo

Version:

Auxiliary Tools for DynamoDB

8 lines (7 loc) 232 B
import { Iany } from '@cpmech/basic'; import { IPrimaryKey } from '../types'; export interface IGetTItem { table: string; primaryKey: IPrimaryKey; } export declare const getT: (items: IGetTItem[]) => Promise<Iany[]>;