Skip to content

Commit

Permalink
Exported FileSystemAccessOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Mar 23, 2024
1 parent c341e33 commit c05ec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileSystemAccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare global {
}
}

interface FileSystemAccessOptions {
export interface FileSystemAccessOptions {
handle: FileSystemDirectoryHandle;
}

Expand Down

0 comments on commit c05ec33

Please sign in to comment.