From df2f15b974e3bc7405015e00fa4f222fd4e3640b Mon Sep 17 00:00:00 2001 From: JounQin Date: Tue, 11 Jul 2023 15:20:53 +0000 Subject: [PATCH] feat: export Configuration for reusing close #74 --- index.js | 3 +++ 1 file changed, 3 insertions(+) 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'