UNPKG

linguist-js

Version:

Analyse languages used in a folder. Powered by GitHub Linguist, although it doesn't need to be installed.

5 lines (4 loc) 209 B
import * as T from './types'; declare function analyse(path?: string, opts?: T.Options): Promise<T.Results>; declare function analyse(paths?: string[], opts?: T.Options): Promise<T.Results>; export = analyse;