UNPKG

83 BTypeScriptView Raw
1declare function numberToColor(num: number): string;
2export default numberToColor;