typedoc
Version:
Create api documentation for TypeScript projects.
4 lines (3 loc) • 501 B
TypeScript
export * from "#models";
export { addTranslations, type ComponentPath, ConsoleLogger, type DeclarationReference, type EnumKeys, Logger, LogLevel, type Meaning, type MinimalNode, MinimalSourceFile, type NormalizedPath, setTranslations, type SymbolReference, type TranslatedString, translateTagName, } from "#utils";
export { type Deserializable, Deserializer, type DeserializerComponent, JSONOutput, SerializeEvent, Serializer, type SerializerComponent, type SerializerEvents, } from "#serialization";