We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
definePlugin
1 parent 89056a9 commit 2a03d38Copy full SHA for 2a03d38
src/index.ts
@@ -1,4 +1,5 @@
1
export { setGlobalOptions } from './core/config';
2
+export { definePlugin } from './core/definePlugin';
3
export type { Options, Service } from './core/types';
4
export { clearCache } from './core/utils/cache';
5
export type {
0 commit comments