@bitjson/typedoc
Version:
Create api documentation for TypeScript projects.
10 lines (9 loc) • 324 B
TypeScript
import { DeclarationReflection } from '../../models/reflections/index';
import { ConverterComponent } from '../components';
export declare class TypePlugin extends ConverterComponent {
reflections: DeclarationReflection[];
initialize(): void;
private onResolve;
private postpone;
private onResolveEnd;
}