Skip to content

Commit 2a03d38

Browse files
committed
refactor: expose definePlugin
1 parent 89056a9 commit 2a03d38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { setGlobalOptions } from './core/config';
2+
export { definePlugin } from './core/definePlugin';
23
export type { Options, Service } from './core/types';
34
export { clearCache } from './core/utils/cache';
45
export type {

0 commit comments

Comments
 (0)