UNPKG

@cpmech/az-dynamo

Version:

Auxiliary Tools for DynamoDB

3 lines (2 loc) 133 B
import { IPrimaryKey } from '../types'; export declare const exists: (table: string, primaryKey: IPrimaryKey) => Promise<boolean>;