@decaf-ts/decorator-validation
Version:
simple decorator based validation engine
21 lines (20 loc) • 654 B
TypeScript
export * from "./overrides";
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.11.17";
/**
* @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";