@types/cssbeautify
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -7,17 +7,17 @@ // Type definitions for CSS Beautify v0.3.1 | ||
interface Options { | ||
/** | ||
* A string used for the indentation of the declaration (default is 4 | ||
* spaces). | ||
*/ | ||
indent?: string | undefined; | ||
/** | ||
* Defines the placement of open curly brace, either end-of-line (default) | ||
* or separate-line | ||
*/ | ||
openbrace?: 'end-of-line'|'separate-line' | undefined; | ||
/** | ||
* A string used for the indentation of the declaration (default is 4 | ||
* spaces). | ||
*/ | ||
indent?: string | undefined; | ||
/** | ||
* Defines the placement of open curly brace, either end-of-line (default) | ||
* or separate-line | ||
*/ | ||
openbrace?: "end-of-line" | "separate-line" | undefined; | ||
/** | ||
* Always inserts a semicolon after the last ruleset(default is false) | ||
*/ | ||
autosemicolon?: boolean | undefined; | ||
/** | ||
* Always inserts a semicolon after the last ruleset(default is false) | ||
*/ | ||
autosemicolon?: boolean | undefined; | ||
} | ||
@@ -24,0 +24,0 @@ declare function beautify(cssText: string, options?: Options): string; |
{ | ||
"name": "@types/cssbeautify", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "TypeScript definitions for CSS Beautify", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cssbeautify", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6696fb47d267c124e5ada3d6f9b44888e803b74759077a4fb2a9f9e78199fbf4", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "eab78b73247d9c0ecc567f47108f8a806dda4a07accda696b5013d1d113adbbf", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -17,17 +17,17 @@ # Installation | ||
interface Options { | ||
/** | ||
* A string used for the indentation of the declaration (default is 4 | ||
* spaces). | ||
*/ | ||
indent?: string | undefined; | ||
/** | ||
* Defines the placement of open curly brace, either end-of-line (default) | ||
* or separate-line | ||
*/ | ||
openbrace?: 'end-of-line'|'separate-line' | undefined; | ||
/** | ||
* A string used for the indentation of the declaration (default is 4 | ||
* spaces). | ||
*/ | ||
indent?: string | undefined; | ||
/** | ||
* Defines the placement of open curly brace, either end-of-line (default) | ||
* or separate-line | ||
*/ | ||
openbrace?: "end-of-line" | "separate-line" | undefined; | ||
/** | ||
* Always inserts a semicolon after the last ruleset(default is false) | ||
*/ | ||
autosemicolon?: boolean | undefined; | ||
/** | ||
* Always inserts a semicolon after the last ruleset(default is false) | ||
*/ | ||
autosemicolon?: boolean | undefined; | ||
} | ||
@@ -41,3 +41,3 @@ declare function beautify(cssText: string, options?: Options): string; | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 09:08:24 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:41:30 GMT | ||
* Dependencies: none | ||
@@ -44,0 +44,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4131