UNPKG

string-to-color

Version:

Generates color from any string or any object

3 lines 87 B
declare module 'string-to-color' { export default function stc(input: any): string; }