Adam Goldsmith
9e04082b5b
As `equicolor` was throwing some TypeScript errors and is more complicated than required
5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
declare module 'unique-colors' {
|
|
function unique_colors(n: number): string[];
|
|
function unique_shuffled_colors(n: number): string[];
|
|
}
|