nhb-toolbox
Version:
A versatile collection of smart, efficient, and reusable utility functions and classes for everyday development needs.
8 lines • 935 B
TypeScript
export { MONTHS, TIME_ZONE_LABELS, TIME_ZONES, VEDIC_ZODIAC_SIGNS, DAYS as WEEK_DAYS, WESTERN_ZODIAC_SIGNS, } from './date/constants';
export { AUSTRALIA_SEASONS, BANGLADESH_SEASONS, ETHIOPIA_SEASONS, INDIA_IMD_SEASONS, INDIA_TAMIL_SEASONS, INDIA_VEDIC_SEASONS, JAPAN_SEASONS, PHILIPPINES_SEASONS, SEASON_PRESETS, US_ACADEMIC_SEASONS, DEFAULT_SEASONS as WESTERN_SEASONS, } from './date/seasons';
export { ALPHABET_COLOR_PALETTE, NUMBER_COLOR_PALETTE, } from './colors/constants';
export { CSS_COLORS } from './colors/css-colors';
export { CURRENCY_CODES, CURRENCY_LOCALES, SUPPORTED_CURRENCIES as FRANKFURTER_CURRENCIES, LOCALE_CODES, } from './number/constants';
export { LOWERCASE as LOWERCASED_WORDS } from './string/constants';
export { HTTP_STATUS_CODES, HTTP_STATUS_CODES as HTTP_STATUS, HTTP_STATUS_CODES as HTTP_CODES, HTTP_STATUS_CODES as STATUS_CODES, } from './http-status/constants';
//# sourceMappingURL=constants.d.ts.map