From 63f00e7cb751cb942d4c55dd24c7231452421f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Wed, 22 Jun 2022 12:58:31 +0800 Subject: [PATCH] feat: export --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.ts b/src/index.ts index d2b8598..be3e8ab 100644 --- a/src/index.ts +++ b/src/index.ts @@ -22,3 +22,7 @@ export default createUnplugin((options = {}) => { }, } }) + +export * from './core/options' +export * from './core/parse' +export * from './core/transform'