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 {