mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
feat: add Config() function interface (#37022)
This commit is contained in:
parent
d142fa9f9d
commit
ec42b2190e
3
types/svgo/index.d.ts
vendored
3
types/svgo/index.d.ts
vendored
@ -205,7 +205,8 @@ interface OptimizedSvg {
|
||||
}
|
||||
|
||||
declare class SVGO {
|
||||
constructor(options?: SVGO.Options);
|
||||
static Config(config?: SVGO.Options): SVGO.Options;
|
||||
constructor(config?: SVGO.Options);
|
||||
optimize(svgString: string, info?: SvgInfo): Promise<OptimizedSvg>;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user