@types/inline-css
Advanced tools
+10
-10
@@ -36,3 +36,3 @@ // Type definitions for inline-css 3.0 | ||
| */ | ||
| extraCss?: string; | ||
| extraCss?: string | undefined; | ||
@@ -44,3 +44,3 @@ /** | ||
| */ | ||
| applyStyleTags?: boolean; | ||
| applyStyleTags?: boolean | undefined; | ||
@@ -52,3 +52,3 @@ /** | ||
| */ | ||
| applyLinkTags?: boolean; | ||
| applyLinkTags?: boolean | undefined; | ||
@@ -60,3 +60,3 @@ /** | ||
| */ | ||
| removeStyleTags?: boolean; | ||
| removeStyleTags?: boolean | undefined; | ||
@@ -68,3 +68,3 @@ /** | ||
| */ | ||
| removeLinkTags?: boolean; | ||
| removeLinkTags?: boolean | undefined; | ||
@@ -77,3 +77,3 @@ /** | ||
| */ | ||
| preserveMediaQueries?: boolean; | ||
| preserveMediaQueries?: boolean | undefined; | ||
@@ -85,3 +85,3 @@ /** | ||
| */ | ||
| applyWidthAttributes?: boolean; | ||
| applyWidthAttributes?: boolean | undefined; | ||
@@ -93,3 +93,3 @@ /** | ||
| */ | ||
| applyTableAttributes?: boolean; | ||
| applyTableAttributes?: boolean | undefined; | ||
@@ -101,3 +101,3 @@ /** | ||
| */ | ||
| removeHtmlSelectors?: boolean; | ||
| removeHtmlSelectors?: boolean | undefined; | ||
@@ -112,3 +112,3 @@ /** | ||
| */ | ||
| codeBlocks?: Record<string, CodeBlockSpec>; | ||
| codeBlocks?: Record<string, CodeBlockSpec> | undefined; | ||
| } | ||
@@ -115,0 +115,0 @@ |
| { | ||
| "name": "@types/inline-css", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "description": "TypeScript definitions for inline-css", | ||
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inline-css", | ||
| "license": "MIT", | ||
@@ -29,4 +30,4 @@ "contributors": [ | ||
| }, | ||
| "typesPublisherContentHash": "6f1aaa6f019985b90126f4ebf76164a5c4d07b67289aa3624102c741da58e88f", | ||
| "typeScriptVersion": "3.5" | ||
| "typesPublisherContentHash": "acee61052907ae60b987faefd7908018a1aff57b7ecb4d0c6610cbbf73e5f1a3", | ||
| "typeScriptVersion": "3.6" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Sun, 09 May 2021 19:01:24 GMT | ||
| * Last updated: Thu, 08 Jul 2021 14:23:14 GMT | ||
| * Dependencies: [@types/cheerio](https://npmjs.com/package/@types/cheerio) | ||
@@ -14,0 +14,0 @@ * Global values: none |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6242
3.64%0
-100%