UNPKG

string-similarity-coloring

Version:

Color a given set of N strings into a set of M<N color classes

5 lines (4 loc) 130 B
import ColorSet from '../ColorSet'; /** Indexed by number of colors */ declare const colorSet: ColorSet; export default colorSet;