@types/braces
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -86,2 +86,8 @@ declare namespace braces { | ||
keepEscaping?: boolean | undefined; | ||
/** | ||
* Do not strip quotes from the result. | ||
* | ||
* @default undefined | ||
*/ | ||
keepQuotes?: boolean | undefined; | ||
} | ||
@@ -88,0 +94,0 @@ } |
{ | ||
"name": "@types/braces", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "TypeScript definitions for braces", | ||
@@ -33,4 +33,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/braces", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6a4f812321c572b9f0e2ad877d9c027512909077eafac8777bf6e33e1cdec56b", | ||
"typeScriptVersion": "4.5" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "7c6b3db42eda6be5305ee19aecb594a1bf3137397bb0309631bac6145f46d37a", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Mon, 06 Jan 2025 08:36:32 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
6572
99