Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /**
* @module data-transformers/constants
* @description Barrel re-export – the implementation has been decomposed into
* domain-specific modules under `./constants/`.
* All consumers that previously imported from `./constants.js`
* continue to work without changes.
*
* @see ./constants/index.ts for the full public API.
*
* @author Hack23 AB
* @license Apache-2.0
*/
export { LOCALE_MAP, COMMITTEE_NAMES, CONTENT_LABELS } from './constants/index.js';
|