/** * Provides core functionality for JSDoc. * * @module @jsdoc/config */ const config = require('./lib/config'); module.exports = { config };