Skip to content

Commit

Permalink
fix: fixed Config definition for node (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Jun 9, 2024
1 parent 0c13740 commit 1a025da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/svgo-node.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { VERSION, Config, optimize, builtinPlugins } from './svgo';
import { Config } from './svgo';

export { VERSION, optimize, builtinPlugins };
export * from './svgo';

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

0 comments on commit 1a025da

Please sign in to comment.