@kephas/reflection
Version:
Provides reflection capabilities, like TypeInfoRegistry, ITypeInfo, and IProperty.
10 lines (9 loc) • 532 B
TypeScript
export { DisplayInfo } from './lib/displayInfo';
export { ITypeInfoRegistry, IElementInfo, IValueElementInfo, IPropertyInfo, ITypeInfo } from './lib/interfaces';
export { ReflectionError } from './lib/reflectionError';
export { ElementInfo } from './lib/elementInfo';
export { ValueElementInfo } from './lib/valueElementInfo';
export { PropertyInfo } from './lib/propertyInfo';
export { TypeName } from './lib/typeName';
export { TypeInfo } from './lib/typeInfo';
export { TypeInfoRegistry } from './lib/typeInfoRegistry';