From 2a03d38b279c0a9e2753248a3ab657c82bf19144 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 13 Jun 2023 10:57:37 +0800 Subject: [PATCH] refactor: expose `definePlugin` --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 4944df8..6d4b094 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,5 @@ export { setGlobalOptions } from './core/config'; +export { definePlugin } from './core/definePlugin'; export type { Options, Service } from './core/types'; export { clearCache } from './core/utils/cache'; export type {