UNPKG

@bitjson/typedoc

Version:

Create api documentation for TypeScript projects.

8 lines (7 loc) 189 B
export declare class BasePath { private basePaths; add(fileName: string): void; trim(fileName: string): string; reset(): void; static normalize(path: string): string; }