UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

6 lines (5 loc) 688 B
export { buildEntitySchema, isTimestampEnabled, getTimestampOptionValue, isEntityAttrEnabled, getEntityAttrOptionValue } from './buildEntitySchema/index.js'; export type { IsTimestampEnabled, TimestampsOptions, TimestampsObjectOptions, TimestampsDefaultOptions, TimestampOptionValue, IsEntityAttrEnabled, EntityAttrOptions, EntityAttrObjectOptions, EntityAttrDefaultOptions, EntityAttrOptionValue, NarrowOptions, BuildEntitySchema } from './buildEntitySchema/index.js'; export { doesSchemaValidateTableSchema } from './doesSchemaValidateTableSchema.js'; export type { NeedsKeyCompute } from './NeedsKeyCompute.js'; export type { SchemaOf, EntityAttributes } from './entityAttributes.js';