File size: 82 Bytes
49217f2
 
 
1
2
3
4
interface Window {
  showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
}