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.
2 parents e6d35b3 + 7240393 commit 0e9c152Copy full SHA for 0e9c152
index.d.ts
@@ -124,7 +124,7 @@ export function copyFile(
124
export function pathForBundle(bundleNamed: string): Promise<string>
125
export function pathForGroup(groupName: string): Promise<string>
126
export function getFSInfo(): Promise<FSInfoResult>
127
-export function getAllExternalFilesDirs(): Promise<string>
+export function getAllExternalFilesDirs(): Promise<string[]>
128
export function unlink(filepath: string): Promise<void>
129
export function exists(filepath: string): Promise<boolean>
130
0 commit comments