diff --git a/index.js b/index.js index 47f4294..d29ed6a 100644 --- a/index.js +++ b/index.js @@ -12,3 +12,6 @@ */ export {engine} from './lib/index.js' + +// it’s mostly private, but useful for tools like `eslint-mdx`. +export {Configuration} from './lib/configuration.js'