UNPKG

@cpmech/az-dynamo

Version:

Auxiliary Tools for DynamoDB

4 lines (3 loc) 181 B
import { Iany } from '@cpmech/js2ts'; import { IPrimaryKey } from '../types'; export declare const create: (table: string, primaryKey: IPrimaryKey, data: Iany) => Promise<void>;