UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

6 lines (5 loc) 325 B
import ts from "typescript"; import type { Logger } from "./loggers.js"; export declare function findTsConfigFile(path: string): string | undefined; export declare function getTypeDocOptionsFromTsConfig(file: string): any; export declare function readTsConfig(path: string, logger: Logger): ts.ParsedCommandLine | undefined;