UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

3 lines (2 loc) 141 B
import type { Index } from '../table/index.js'; export declare const parseConsistentOption: (consistent: boolean, index?: Index) => boolean;