UNPKG

repo-mapper

Version:

A powerful tool to generate repository maps with summaries and statistics

3 lines (2 loc) 153 B
import { MapResult, MapperOptions } from './types'; export declare function mapRepository(dirPath: string, options?: MapperOptions): Promise<MapResult>;