We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54bceb commit 146d2e4Copy full SHA for 146d2e4
packages/core/extensions/discover.ts
@@ -5,8 +5,8 @@ import * as cache from './location-cache';
5
6
/**
7
* Discover options can be:
8
- * + string: /path/to/discover
9
* + boolean: true/false
+ * + string: '/path/to/discover'
10
* + array: [true, 2, '/path/to/discover', '/path2']
11
*/
12
export type DiscoverOptions = string | boolean | [boolean, number, ...string[]];
0 commit comments