UNPKG

nhb-toolbox

Version:

A versatile collection of smart, efficient, and reusable utility functions, classes and types for everyday development needs.

5 lines (4 loc) 245 B
/** Colors based on the ASCII value (index) of the letter. */ export declare const ALPHABET_COLOR_PALETTE: readonly `#${string}`[]; /** Colors based on the index of numbers. */ export declare const NUMBER_COLOR_PALETTE: readonly `#${string}`[];