@types/minimatch
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -18,3 +18,3 @@ // Type definitions for Minimatch 3.0 | ||
*/ | ||
function match(list: string[], pattern: string, options?: IOptions): string[]; | ||
function match(list: ReadonlyArray<string>, pattern: string, options?: IOptions): string[]; | ||
@@ -24,3 +24,3 @@ /** | ||
*/ | ||
function filter(pattern: string, options?: IOptions): (element: string, indexed: number, array: string[]) => boolean; | ||
function filter(pattern: string, options?: IOptions): (element: string, indexed: number, array: ReadonlyArray<string>) => boolean; | ||
@@ -27,0 +27,0 @@ /** |
{ | ||
"name": "@types/minimatch", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for Minimatch", | ||
@@ -25,4 +25,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a7d303b43c8df61588af3a4a0fbf4ea61a484ef0fbad093c052ed30cbdce909e", | ||
"typesPublisherContentHash": "e768e36348874adcc93ac67e9c3c7b5fcbd39079c0610ec16e410b8f851308d1", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Dec 2017 19:13:38 GMT | ||
* Last updated: Thu, 04 Jan 2018 23:26:01 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
8070