Source

index.ts

export * from "./constants";
export * from "./decorators";
export * from "./equality";
export * from "./Reflection";
export * from "./types";

/**
 * @description Provides utilities for TypeScript reflection and metadata manipulation
 * @summary A comprehensive module for working with reflection in TypeScript, including decorators, type checking, and metadata management
 * @module reflection
 */

/**
 * @description Current version of the reflection package
 * @summary Stores the semantic version number of the package
 * @const VERSION
 * @memberOf module:reflection
 */
export const VERSION = "##VERSION##";