@decaf-ts/db-decorators
Version:
Agnostic database decorators and repository
11 lines • 447 B
JavaScript
/**
* @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.js";
export * from "./decorators.js";
export * from "./Operations.js";
export * from "./OperationsRegistry.js";
export * from "./types.js";
//# sourceMappingURL=index.js.map