@types/svgo
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -208,3 +208,4 @@ // Type definitions for svgo 1.2 | ||
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>; | ||
@@ -211,0 +212,0 @@ } |
{ | ||
"name": "@types/svgo", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TypeScript definitions for svgo", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5292ca816645c7b5360a714c869aa6be459a482bda9737683da77da6efee4243", | ||
"typesPublisherContentHash": "93d92f7add9f7936b85131aa92b6ebf4f4daea9c4c3e81bd23a6e358c4cabafc", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 26 Jun 2019 18:06:14 GMT | ||
* Last updated: Mon, 22 Jul 2019 19:32:28 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
11567
293