UNPKG

@decaf-ts/db-decorators

Version:

Agnostic database decorators and repository

16 lines (15 loc) 486 B
export * from "./identity"; export * from "./interfaces"; export * from "./model"; export * from "./operations"; export * from "./overrides"; export * from "./repository"; export * from "./validation"; /** * @description Current version of the reflection package * @summary Stores the semantic version number of the package * @const VERSION * @memberOf module:db-decorators */ export declare const VERSION = "0.8.18"; export declare const PACKAGE_NAME = "@decaf-ts/db-decorators";