UNPKG

@nerdware/ddb-single-table

Version:

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

6 lines 269 B
import type { IOActionRecursiveApplicator } from "./types/index.js"; /** * Applies the provided `ioAction` to nested attribute types. */ export declare const recursivelyApplyIOAction: IOActionRecursiveApplicator; //# sourceMappingURL=recursivelyApplyIOAction.d.ts.map