Skip to content

Commit

Permalink
fix: fixed Config definition for node
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun authored May 9, 2024
1 parent 73fe46b commit a355c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svgo-node.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Config, optimize } from './svgo';

export { optimize };
export { Config, optimize };

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

0 comments on commit a355c1c

Please sign in to comment.