We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import { swc } from ...
1 parent 5cc7fc5 commit 5b7764cCopy full SHA for 5b7764c
packages/swc/types/index.d.ts
@@ -8,4 +8,5 @@ import type { Options } from '../src';
8
* @param options - Plugin options.
9
* @returns Plugin instance.
10
*/
11
-export default function swc(options?: Options): Plugin;
+export function swc(options?: Options): Plugin;
12
+export default swc;
0 commit comments