UNPKG

nhb-toolbox

Version:

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

51 lines (50 loc) 6.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STATUS_CODES = exports.HTTP_STATUS_CODES = exports.HTTP_STATUS = exports.HTTP_CODES = exports.COUNTRIES = exports.CATEGORIZED_UNITS = exports.LOWERCASED_WORDS = exports.LOCALE_CODES = exports.GENERAL_UNITS = exports.FRANKFURTER_CURRENCIES = exports.CURRENCY_LOCALES = exports.CURRENCY_CODES = exports.CSS_COLORS = exports.NUMBER_COLOR_PALETTE = exports.ALPHABET_COLOR_PALETTE = exports.WESTERN_SEASONS = exports.US_ACADEMIC_SEASONS = exports.SEASON_PRESETS = exports.PHILIPPINES_SEASONS = exports.JAPAN_SEASONS = exports.INDIA_VEDIC_SEASONS = exports.INDIA_TAMIL_SEASONS = exports.INDIA_IMD_SEASONS = exports.ETHIOPIA_SEASONS = exports.BANGLADESH_SEASONS = exports.AUSTRALIA_SEASONS = exports.TZ_ABBREVIATIONS = exports.TIME_ZONES_NATIVE = exports.TIME_ZONES = exports.TIME_ZONE_LABELS = exports.TIME_ZONE_IDS = exports.NATIVE_TZ_IDS = exports.IANA_TZ_IDS = exports.WESTERN_ZODIAC_SIGNS = exports.WEEK_DAYS = exports.VEDIC_ZODIAC_SIGNS = exports.MONTHS = void 0; var constants_1 = require("./date/constants"); Object.defineProperty(exports, "MONTHS", { enumerable: true, get: function () { return constants_1.MONTHS; } }); Object.defineProperty(exports, "VEDIC_ZODIAC_SIGNS", { enumerable: true, get: function () { return constants_1.VEDIC_ZODIAC_SIGNS; } }); Object.defineProperty(exports, "WEEK_DAYS", { enumerable: true, get: function () { return constants_1.DAYS; } }); Object.defineProperty(exports, "WESTERN_ZODIAC_SIGNS", { enumerable: true, get: function () { return constants_1.WESTERN_ZODIAC_SIGNS; } }); var timezone_1 = require("./date/timezone"); Object.defineProperty(exports, "IANA_TZ_IDS", { enumerable: true, get: function () { return timezone_1.IANA_TZ_IDS; } }); Object.defineProperty(exports, "NATIVE_TZ_IDS", { enumerable: true, get: function () { return timezone_1.NATIVE_TZ_IDS; } }); Object.defineProperty(exports, "TIME_ZONE_IDS", { enumerable: true, get: function () { return timezone_1.TIME_ZONE_IDS; } }); Object.defineProperty(exports, "TIME_ZONE_LABELS", { enumerable: true, get: function () { return timezone_1.TIME_ZONE_LABELS; } }); Object.defineProperty(exports, "TIME_ZONES", { enumerable: true, get: function () { return timezone_1.TIME_ZONES; } }); Object.defineProperty(exports, "TIME_ZONES_NATIVE", { enumerable: true, get: function () { return timezone_1.TIME_ZONES_NATIVE; } }); Object.defineProperty(exports, "TZ_ABBREVIATIONS", { enumerable: true, get: function () { return timezone_1.TIME_ZONES; } }); var seasons_1 = require("./date/seasons"); Object.defineProperty(exports, "AUSTRALIA_SEASONS", { enumerable: true, get: function () { return seasons_1.AUSTRALIA_SEASONS; } }); Object.defineProperty(exports, "BANGLADESH_SEASONS", { enumerable: true, get: function () { return seasons_1.BANGLADESH_SEASONS; } }); Object.defineProperty(exports, "ETHIOPIA_SEASONS", { enumerable: true, get: function () { return seasons_1.ETHIOPIA_SEASONS; } }); Object.defineProperty(exports, "INDIA_IMD_SEASONS", { enumerable: true, get: function () { return seasons_1.INDIA_IMD_SEASONS; } }); Object.defineProperty(exports, "INDIA_TAMIL_SEASONS", { enumerable: true, get: function () { return seasons_1.INDIA_TAMIL_SEASONS; } }); Object.defineProperty(exports, "INDIA_VEDIC_SEASONS", { enumerable: true, get: function () { return seasons_1.INDIA_VEDIC_SEASONS; } }); Object.defineProperty(exports, "JAPAN_SEASONS", { enumerable: true, get: function () { return seasons_1.JAPAN_SEASONS; } }); Object.defineProperty(exports, "PHILIPPINES_SEASONS", { enumerable: true, get: function () { return seasons_1.PHILIPPINES_SEASONS; } }); Object.defineProperty(exports, "SEASON_PRESETS", { enumerable: true, get: function () { return seasons_1.SEASON_PRESETS; } }); Object.defineProperty(exports, "US_ACADEMIC_SEASONS", { enumerable: true, get: function () { return seasons_1.US_ACADEMIC_SEASONS; } }); Object.defineProperty(exports, "WESTERN_SEASONS", { enumerable: true, get: function () { return seasons_1.DEFAULT_SEASONS; } }); var constants_2 = require("./colors/constants"); Object.defineProperty(exports, "ALPHABET_COLOR_PALETTE", { enumerable: true, get: function () { return constants_2.ALPHABET_COLOR_PALETTE; } }); Object.defineProperty(exports, "NUMBER_COLOR_PALETTE", { enumerable: true, get: function () { return constants_2.NUMBER_COLOR_PALETTE; } }); var css_colors_1 = require("./colors/css-colors"); Object.defineProperty(exports, "CSS_COLORS", { enumerable: true, get: function () { return css_colors_1.CSS_COLORS; } }); var constants_3 = require("./number/constants"); Object.defineProperty(exports, "CURRENCY_CODES", { enumerable: true, get: function () { return constants_3.CURRENCY_CODES; } }); Object.defineProperty(exports, "CURRENCY_LOCALES", { enumerable: true, get: function () { return constants_3.CURRENCY_LOCALES; } }); Object.defineProperty(exports, "FRANKFURTER_CURRENCIES", { enumerable: true, get: function () { return constants_3.FRANKFURTER_CURRENCIES; } }); Object.defineProperty(exports, "GENERAL_UNITS", { enumerable: true, get: function () { return constants_3.UNITS; } }); Object.defineProperty(exports, "LOCALE_CODES", { enumerable: true, get: function () { return constants_3.LOCALE_CODES; } }); var constants_4 = require("./string/constants"); Object.defineProperty(exports, "LOWERCASED_WORDS", { enumerable: true, get: function () { return constants_4.LOWERCASE; } }); var constants_5 = require("./converter/constants"); Object.defineProperty(exports, "CATEGORIZED_UNITS", { enumerable: true, get: function () { return constants_5.UNITS; } }); var countries_1 = require("./object/countries"); Object.defineProperty(exports, "COUNTRIES", { enumerable: true, get: function () { return countries_1.COUNTRIES; } }); var constants_6 = require("./http-status/constants"); Object.defineProperty(exports, "HTTP_CODES", { enumerable: true, get: function () { return constants_6.HTTP_STATUS_CODES; } }); Object.defineProperty(exports, "HTTP_STATUS", { enumerable: true, get: function () { return constants_6.HTTP_STATUS_CODES; } }); Object.defineProperty(exports, "HTTP_STATUS_CODES", { enumerable: true, get: function () { return constants_6.HTTP_STATUS_CODES; } }); Object.defineProperty(exports, "STATUS_CODES", { enumerable: true, get: function () { return constants_6.HTTP_STATUS_CODES; } });