UNPKG

tsplot

Version:

A CLI and tooling library to plot Typescript project information to different template targets.

6 lines (5 loc) 240 B
import { Command } from 'commander'; import { StatsOptions } from '../utils/stats'; /** @internal */ export declare function setupStatsCommand(program: Command): Command; export declare function stats(options: StatsOptions): Promise<void>;