dynamodb-toolbox
Version:
Lightweight and type-safe query builder for DynamoDB and TypeScript.
6 lines (5 loc) • 545 B
TypeScript
export { buildEntitySchema } from './buildEntitySchema.js';
export type { BuildEntitySchema } from './types.js';
export type { TimestampsOptions, TimestampsObjectOptions, TimestampsDefaultOptions, EntityAttrOptions, EntityAttrObjectOptions, EntityAttrDefaultOptions, NarrowOptions } from './options.js';
export { isTimestampEnabled, getTimestampOptionValue, isEntityAttrEnabled, getEntityAttrOptionValue } from './utils.js';
export type { IsTimestampEnabled, TimestampOptionValue, IsEntityAttrEnabled, EntityAttrOptionValue } from './utils.js';