@nerdware/ddb-single-table
Version:
A schema-based DynamoDB modeling tool, high-level API, and type-generator built to supercharge single-table designs!⚡
8 lines • 319 B
TypeScript
import type { IOAction } from "./types/index.js";
/**
* This `IOAction` uses `modelSchemaOptions.validateItem` to validate an item in its entirety.
*
* @throws {ItemInputError} If the `validateItem` function returns `false`.
*/
export declare const validateItem: IOAction;
//# sourceMappingURL=validateItem.d.ts.map