nhb-toolbox
Version:
A versatile collection of smart, efficient, and reusable utility functions and classes for everyday development needs.
35 lines (34 loc) • 4.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LOWERCASED_WORDS = exports.LOCALE_CODES = 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.WESTERN_ZODIAC_SIGNS = exports.WEEK_DAYS = exports.VEDIC_ZODIAC_SIGNS = exports.TIME_ZONES = exports.TIME_ZONE_LABELS = 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, "TIME_ZONE_LABELS", { enumerable: true, get: function () { return constants_1.TIME_ZONE_LABELS; } });
Object.defineProperty(exports, "TIME_ZONES", { enumerable: true, get: function () { return constants_1.TIME_ZONES; } });
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 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.SUPPORTED_CURRENCIES; } });
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; } });