UNPKG

@decaf-ts/decorator-validation

Version:
20 lines (19 loc) 624 B
export * from "./constants"; export * from "./types"; export * from "./utils"; export * from "./validation"; export * from "./model"; /** * @description Current version of the reflection package * @summary Stores the semantic version number of the package * @const VERSION * @memberOf module:decorator-validation */ export declare const VERSION = "1.10.1"; /** * @description Current version of the reflection package * @summary Stores the semantic version number of the package * @const PACKAGE_NAME * @memberOf module:decorator-validation */ export declare const PACKAGE_NAME = "@decaf-ts/decorator-validation";