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 370 B
import type { IOAction } from "./types/index.js"; /** * This `IOAction` applies any `"default"`s defined in the schema. Attribute * defaults are applied to an item when it either does not contain the attribute * as an own-property, or the attribute value is `null`/`undefined`. */ export declare const setDefaults: IOAction; //# sourceMappingURL=setDefaults.d.ts.map