typedoc
Version:
Create api documentation for TypeScript projects.
8 lines (7 loc) • 360 B
TypeScript
export declare const TYPEDOC_ROOT: string;
export declare const TYPESCRIPT_ROOT: string;
export declare const TYPEDOC_VERSION: string;
export declare const SUPPORTED_TYPESCRIPT_VERSIONS: string[];
export declare function hasBeenLoadedMultipleTimes(): boolean;
export declare function getLoadedPaths(): string[];
export declare function isDebugging(): boolean;