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) 208 B
export declare const normPath: (...inputPaths: string[]) => string; export declare const normAbsPath: (...inputPaths: string[]) => string; export declare const getFileExtension: (filePath: string) => string;