UNPKG

@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 307 B
import type { IOActions } from "./types/index.js"; /** * An object with various methods used to validate and transform items to/from the db. * * > This object serves as the `this` context for all `IOAction` functions. */ export declare const ioActions: IOActions; //# sourceMappingURL=IOActions.d.ts.map