UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

16 lines (15 loc) 963 B
export { Reflection, ReflectionFlag, ReflectionFlags, TraverseProperty, } from "./abstract.js"; export type { ReflectionVisitor, TraverseCallback, ReflectionId, } from "./abstract.js"; export { ContainerReflection } from "./container.js"; export { DeclarationReflection } from "./declaration.js"; export type { DeclarationHierarchy } from "./declaration.js"; export { DocumentReflection } from "./document.js"; export { ReflectionKind } from "./kind.js"; export { ParameterReflection } from "./parameter.js"; export { ProjectReflection } from "./project.js"; export { ReferenceReflection } from "./reference.js"; export { ReflectionSymbolId, type ReflectionSymbolIdString, } from "./ReflectionSymbolId.js"; export { SignatureReflection } from "./signature.js"; export { TypeParameterReflection, VarianceModifier } from "./type-parameter.js"; export { splitUnquotedString } from "./utils.js"; export type { ReflectionVariant, SomeReflection } from "./variant.js";