UNPKG

linguist-js

Version:

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

3 lines (2 loc) 168 B
export declare function colouredMsg([r, g, b]: [number, number, number], msg: string): string; export declare function hexToRgb(hex: string): [number, number, number];