UNPKG

@cpmech/az-dynamo

Version:

Auxiliary Tools for DynamoDB

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