UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 272 B
import type { Condition } from '../entity/actions/parseCondition/index.js'; import type { Entity } from '../entity/index.js'; export declare const parseEntityAttrFilterOption: (entityAttrFilter: boolean, entities: Entity[], filters: Record<string, Condition>) => boolean;