Skip to content

Commit 686165d

Browse files
committed
Fix type issue detected in #160
1 parent 669637f commit 686165d

File tree

3 files changed

+130
-100
lines changed

3 files changed

+130
-100
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export function directoryOpen(options?: {
135135
skipDirectory?: (
136136
entry: FileSystemDirectoryEntry | FileSystemDirectoryHandle
137137
) => boolean;
138-
}): Promise<FileWithDirectoryAndFileHandle[] | FileSystemDirectoryHandle[]>;
138+
}): Promise<FileWithDirectoryAndFileHandle[] | FileWithHandle[]>;
139139

140140
/**
141141
* Whether the File System Access API is supported.

0 commit comments

Comments
 (0)