@types/inquirer-fuzzy-path
Advanced tools
Comparing version
@@ -71,3 +71,3 @@ // Type definitions for inquirer-fuzzy-path 2.3 | ||
*/ | ||
rootPath?: string; | ||
rootPath?: string | undefined; | ||
@@ -77,3 +77,3 @@ /** | ||
*/ | ||
excludePath?: (path: string) => boolean; | ||
excludePath?: ((path: string) => boolean) | undefined; | ||
@@ -83,3 +83,3 @@ /** | ||
*/ | ||
excludeFilter?: (path: string) => boolean; | ||
excludeFilter?: ((path: string) => boolean) | undefined; | ||
@@ -89,3 +89,3 @@ /** | ||
*/ | ||
itemType?: 'any' | 'directory' | 'file'; | ||
itemType?: 'any' | 'directory' | 'file' | undefined; | ||
@@ -96,4 +96,4 @@ /** | ||
*/ | ||
depthLimit?: number; | ||
depthLimit?: number | undefined; | ||
} | ||
} |
{ | ||
"name": "@types/inquirer-fuzzy-path", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "TypeScript definitions for inquirer-fuzzy-path", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inquirer-fuzzy-path", | ||
}, | ||
"typesPublisherContentHash": "5f208877d9f0f480f443e0b7e7001456781ea152642f75b5b6bd6166286095e8", | ||
"typesPublisherContentHash": "891b4397df9ef23199db80e0ee74e254cca921ffc28b17fe995d331ac8c1fcc0", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 20 Jun 2021 16:01:08 GMT | ||
* Last updated: Thu, 08 Jul 2021 14:23:15 GMT | ||
* Dependencies: [@types/inquirer](https://npmjs.com/package/@types/inquirer), [@types/inquirer-autocomplete-prompt](https://npmjs.com/package/@types/inquirer-autocomplete-prompt) | ||
@@ -14,0 +14,0 @@ * Global values: none |
5455
1.19%