UNPKG

linguist-js

Version:

Analyse the programming languages used in a folder or from raw content, using the same rules that GitHub Linguist does.

4 lines (3 loc) 167 B
import { OptionValues } from 'commander'; import { Results } from '../../types/types.js'; export default function treeOutput(args: OptionValues, data: Results): void;