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.
1 parent 0c13740 commit 1a025daCopy full SHA for 1a025da
lib/svgo-node.d.ts
@@ -1,6 +1,6 @@
1
-import { VERSION, Config, optimize, builtinPlugins } from './svgo';
+import { Config } from './svgo';
2
3
-export { VERSION, optimize, builtinPlugins };
+export * from './svgo';
4
5
/**
6
* If you write a tool on top of svgo you might need a way to load svgo config.
0 commit comments