UNPKG

dyngoose

Version:

Elegant DynamoDB object modeling for Typescript

3 lines (2 loc) 138 B
import { type ITable } from '../table'; export declare function DocumentClient(): (tableClass: ITable<any>, propertyKey: string) => void;