Skip to content

Commit 1a025da

Browse files
authored
fix: fixed Config definition for node (#1997)
1 parent 0c13740 commit 1a025da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/svgo-node.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { VERSION, Config, optimize, builtinPlugins } from './svgo';
1+
import { Config } from './svgo';
22

3-
export { VERSION, optimize, builtinPlugins };
3+
export * from './svgo';
44

55
/**
66
* If you write a tool on top of svgo you might need a way to load svgo config.

0 commit comments

Comments
 (0)