UNPKG

@nerdware/ddb-single-table

Version:

A schema-based DynamoDB modeling tool, high-level API, and type-generator built to supercharge single-table designs!⚡

9 lines 395 B
import type { WhereQueryOperator } from "./types/index.js"; /** * Type-guard function for `WhereQueryOperator`. * * @param str The string to check. * @returns A boolean indicating whether the provided `str` is a valid `WhereQueryOperator`. */ export declare const isValidWhereQueryOperator: (str: string) => str is WhereQueryOperator; //# sourceMappingURL=isValidWhereQueryOperator.d.ts.map