Skip to content

Commit 0e9c152

Browse files
authored
Merge pull request #735 from ascorbic/patch-1
Fix type for getAllExternalFilesDirs
2 parents e6d35b3 + 7240393 commit 0e9c152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function copyFile(
124124
export function pathForBundle(bundleNamed: string): Promise<string>
125125
export function pathForGroup(groupName: string): Promise<string>
126126
export function getFSInfo(): Promise<FSInfoResult>
127-
export function getAllExternalFilesDirs(): Promise<string>
127+
export function getAllExternalFilesDirs(): Promise<string[]>
128128
export function unlink(filepath: string): Promise<void>
129129
export function exists(filepath: string): Promise<boolean>
130130

0 commit comments

Comments
 (0)