@types/mjml
Advanced tools
+8
-0
@@ -6,2 +6,3 @@ // Type definitions for mjml 4.0 | ||
| // eiskalteschatten <https://github.com/eiskalteschatten> | ||
| // emrah88 <https://github.com/emrah88> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -16,2 +17,3 @@ | ||
| filePath?: string; | ||
| minifyOptions?: MJMLMinifyOptions; | ||
| } | ||
@@ -38,4 +40,10 @@ | ||
| interface MJMLMinifyOptions { | ||
| collapseWhitespace?: boolean; | ||
| minifyCSS?: boolean; | ||
| removeEmptyAttributes?: boolean; | ||
| } | ||
| declare function mjml2html(inp: string | MJMLJsonObject, opts?: MJMLParsingOpts): MJMLParseResults; | ||
| export = mjml2html; |
| { | ||
| "name": "@types/mjml", | ||
| "version": "4.0.3", | ||
| "version": "4.0.4", | ||
| "description": "TypeScript definitions for mjml", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
| "githubUsername": "eiskalteschatten" | ||
| }, | ||
| { | ||
| "name": "emrah88 ", | ||
| "url": "https://github.com/emrah88", | ||
| "githubUsername": "emrah88" | ||
| } | ||
@@ -33,4 +38,4 @@ ], | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "c4d58bb859b695c1da4a08f80a1e65e6c4c47faeba6156a0136cc7197487ca6b", | ||
| "typesPublisherContentHash": "f7478a7d3fb98e42fc1283955a842dee4d93135e6e374bc50b6ef2c49a135e6b", | ||
| "typeScriptVersion": "2.8" | ||
| } |
+2
-2
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Mon, 03 Feb 2020 17:35:59 GMT | ||
| * Last updated: Wed, 25 Mar 2020 05:23:14 GMT | ||
| * Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
| # Credits | ||
| These definitions were written by aahoughton (https://github.com/aahoughton), marpstar (https://github.com/marpstar), and eiskalteschatten (https://github.com/eiskalteschatten). | ||
| These definitions were written by [aahoughton](https://github.com/aahoughton), [marpstar ](https://github.com/marpstar), [eiskalteschatten ](https://github.com/eiskalteschatten), and [emrah88 ](https://github.com/emrah88). |
4205
10.98%39
21.88%