@decaf-ts/db-decorators
Version:
Agnostic database decorators and repository
10 lines • 387 B
JavaScript
/**
* @description Exports for the model module.
* @summary This file exports all the necessary components for the model functionality, including constants, decorators, and the model itself.
* @module db-decorators/model
*/
export * from "./constants.js";
export * from "./decorators.js";
export * from "./model.js";
export * from "./validation.js";
//# sourceMappingURL=index.js.map