UNPKG

nhb-toolbox

Version:

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

11 lines (10 loc) 1.14 kB
export { MONTHS, VEDIC_ZODIAC_SIGNS, DAYS as WEEK_DAYS, WESTERN_ZODIAC_SIGNS, } from './date/constants'; export { IANA_TZ_IDS, NATIVE_TZ_IDS, TIME_ZONE_IDS, TIME_ZONE_LABELS, TIME_ZONES, TIME_ZONES_NATIVE, TIME_ZONES as TZ_ABBREVIATIONS, } from './date/timezone'; 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, FRANKFURTER_CURRENCIES, UNITS as GENERAL_UNITS, LOCALE_CODES, } from './number/constants'; export { LOWERCASE as LOWERCASED_WORDS } from './string/constants'; export { UNITS as CATEGORIZED_UNITS } from './converter/constants'; export { COUNTRIES } from './object/countries'; export { HTTP_STATUS_CODES as HTTP_CODES, HTTP_STATUS_CODES as HTTP_STATUS, HTTP_STATUS_CODES, HTTP_STATUS_CODES as STATUS_CODES, } from './http-status/constants';