@types/picomatch
Advanced tools
| import picomatch = require("./lib/picomatch"); | ||
| export = picomatch; |
@@ -34,3 +34,4 @@ import constantsImport = require("./constants"); | ||
| interface Matcher { | ||
| (test: string): boolean; | ||
| (test: string, returnObject?: false | undefined): boolean; | ||
| (test: string, returnObject: true): Result; | ||
| } | ||
@@ -37,0 +38,0 @@ |
| { | ||
| "name": "@types/picomatch", | ||
| "version": "3.0.2", | ||
| "version": "4.0.0", | ||
| "description": "TypeScript definitions for picomatch", | ||
@@ -34,4 +34,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "8a809a9b793c2420389bd720f73d0262848e3e6d0e15d8c3e73a282f4c4bf3aa", | ||
| "typeScriptVersion": "5.0" | ||
| "typesPublisherContentHash": "fab84657a710a2244a5ce6e07573fcedcefa811e8635da527edb5d1210ee8037", | ||
| "typeScriptVersion": "5.1" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Fri, 17 Jan 2025 07:32:10 GMT | ||
| * Last updated: Tue, 01 Apr 2025 19:02:14 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +14,0 @@ |
18292
0.85%9
12.5%436
0.69%