export { POSITION } from './position.js'; export { DATE, Date } from './date.js'; export { CONTINENTS, Continents } from './continents.js'; export { LANGUAGE, Language } from './language.js'; export { CURRENCY, Currency, HISTORICAL_CURRENCY, HistoricalCurrency } from './currency.js'; export { COLORS, Colors } from './colors.js'; export { PROGRAMMING_LANGUAGE } from './programming-language.js'; export { COUNTRY_FLAGS, CountryFlag } from './country-flags.js'; export { WEB_NAMESPACES, WebNamespace } from './web-namespaces.js'; export { HTML_TAG_NAMES, HtmlTagName } from './html-tag-names.js'; export { SVG_TAG_NAMES, SvgTagName } from './svg-tag-names.js'; export { MATHML_TAG_NAMES, MathmlTagName } from './mathml-tag-names.js'; export { ARIA_ATTRIBUTES, AriaAttributes } from './aria-attributes.js'; export { JAVASCRIPT_TYPES, JavascriptType } from './javascript-types.js'; export { HTTP_STATUS_CODES, HttpStatusCode } from './http-status-codes.js'; export { MIME_TYPES, MimeTypes } from './mime-types.js'; export { HTTP_METHODS, HttpMethod } from './http-methods.js'; export { HTTP_HEADER_NAMES, HttpHeaderName } from './http-header-names.js';