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 365 B
import type { IOAction } from "./types/index.js"; /** * This `IOAction` validates an item's individual properties using * attribute's respective `"validate"` functions defined in the schema. * * @throws {ItemInputError} If any attribute's `"validate"` function returns `false`. */ export declare const validate: IOAction; //# sourceMappingURL=validate.d.ts.map