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 | /** * @module generate-news-indexes/helpers * @description Legacy compatibility shim — re-exports from `./helpers/index.js`. * Source split into focused modules per Hack23/riksdagsmonitor#2624 to keep * each file ≤ 300 lines (per `Secure_Development_Policy.md` audit budget). * * @author Hack23 AB * @license Apache-2.0 */ export * from './helpers/index.js'; |