UNPKG

@techmmunity/symbiosis-dynamodb

Version:
27 lines (26 loc) 740 B
import "reflect-metadata"; /** * --------------------------------------------------------------------------- * * Connection * * --------------------------------------------------------------------------- */ export * from "./lib/connection"; /** * --------------------------------------------------------------------------- * * Repository * * --------------------------------------------------------------------------- */ export * from "./lib/repository"; /** * --------------------------------------------------------------------------- * * Types * * --------------------------------------------------------------------------- */ export * from "./lib/types/connection-options"; export * from "./lib/types/extra-metadata";