UNPKG

typedoc

Version:

Create api documentation for TypeScript projects.

4 lines (3 loc) 218 B
import type ts from "typescript"; export declare function resolveDeclarationMaps(file: string): string; export declare function addInferredDeclarationMapPaths(opts: ts.CompilerOptions, files: readonly string[]): void;