@decaf-ts/db-decorators
Version:
Agnostic database decorators and repository
11 lines (10 loc) • 399 B
TypeScript
/**
* @description Exports for the operations module.
* @summary This file exports all the necessary components for the operations functionality, including constants, decorators, and the Operations class.
* @module db-decorators/operations
*/
export * from "./constants";
export * from "./decorators";
export * from "./Operations";
export * from "./OperationsRegistry";
export * from "./types";