All files / scripts/data-transformers constants.ts

0% Statements 0/0
0% Branches 0/0
0% Functions 0/0
0% Lines 0/0

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';