@types/loader-utils
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -19,5 +19,5 @@ // Type definitions for loader-utils 2.0 | ||
export interface InterpolateOption { | ||
context?: string; | ||
content?: string | Buffer; | ||
regExp?: string | RegExp; | ||
context?: string | undefined; | ||
content?: string | Buffer | undefined; | ||
regExp?: string | RegExp | undefined; | ||
} | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "@types/loader-utils", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for loader-utils", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/loader-utils", | ||
"license": "MIT", | ||
@@ -40,4 +41,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "677ced745bd5e74722519b8c478b969bdf0975d1270e3a98793f4fdc1a1e3bfd", | ||
"typesPublisherContentHash": "c519e753cd2dd70498a3345ee18f521d78c0921a62dcf71c33973eb40efb19dd", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 25 Mar 2021 20:32:00 GMT | ||
* Last updated: Tue, 06 Jul 2021 22:02:43 GMT | ||
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6276
0