@bitjson/typedoc
Version:
Create api documentation for TypeScript projects.
8 lines (7 loc) • 463 B
TypeScript
export { Reflection, ReflectionKind, ReflectionFlag, TypeParameterContainer, Decorator, TraverseProperty } from './abstract';
export { ContainerReflection } from './container';
export { DeclarationReflection, DeclarationHierarchy } from './declaration';
export { ParameterReflection } from './parameter';
export { ProjectReflection } from './project';
export { SignatureReflection } from './signature';
export { TypeParameterReflection } from './type-parameter';