UNPKG

@decaf-ts/db-decorators

Version:

Agnostic database decorators and repository

13 lines 510 B
/** * @description Exports for the repository module. * @summary This file exports all the necessary components for the repository functionality, including the Repository class, constants, context, errors, types, and utils. * @module db-decorators/repository */ export * from "./Repository.js"; export * from "./constants.js"; export * from "./Context.js"; export * from "./errors.js"; export * from "./types.js"; export * from "./utils.js"; export * from "./wrappers.js"; //# sourceMappingURL=index.js.map