UNPKG

nhb-toolbox

Version:

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

5 lines 272 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[]; //# sourceMappingURL=constants.d.ts.map