Skip to content

Commit ee522d5

Browse files
fix: types
1 parent dc2fac7 commit ee522d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

declarations/utils.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export function replaceBackslashes(str: string): string;
1616
*/
1717
export function parseFoldersToGlobs(
1818
patterns: string | string[],
19-
extensions: string | string[]
19+
extensions?: string | string[]
2020
): string[];

0 commit comments

Comments
 (0)