We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2fac7 commit ee522d5Copy full SHA for ee522d5
declarations/utils.d.ts
@@ -16,5 +16,5 @@ export function replaceBackslashes(str: string): string;
16
*/
17
export function parseFoldersToGlobs(
18
patterns: string | string[],
19
- extensions: string | string[]
+ extensions?: string | string[]
20
): string[];
0 commit comments