@types/picomatch
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -244,3 +244,3 @@ import constantsImport = require('./constants'); | ||
returnState?: boolean, | ||
): typeof compileRe; | ||
): ReturnType<typeof compileRe>; | ||
@@ -247,0 +247,0 @@ function toRegex(source: string | RegExp, options?: { flags?: string | undefined; nocase?: boolean | undefined; debug?: boolean | undefined }): RegExp; |
{ | ||
"name": "@types/picomatch", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "TypeScript definitions for picomatch", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cfce478d97eeb63c030e14035d42c2d0c4a71ec8ffa04c9fef2bf34929ba46ca", | ||
"typesPublisherContentHash": "ea1d62d31fbc8580126746639f6e00087583932c7e1388d890b2a9f3ea895d95", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 17:02:29 GMT | ||
* Last updated: Tue, 27 Jul 2021 02:31:19 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
18144