@decaf-ts/db-decorators
Version:
Agnostic database decorators and repository
13 lines (12 loc) • 456 B
TypeScript
/**
* @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";
export * from "./constants";
export * from "./Context";
export * from "./errors";
export * from "./types";
export * from "./utils";
export * from "./wrappers";