()
| 224 | * @returns {boolean} |
| 225 | */ |
| 226 | export function canUseFileSystemAccessAPI() { |
| 227 | return "showOpenFilePicker" in window; |
| 228 | } |
| 229 | |
| 230 | /** |
| 231 | * Convert the `{accept}` dropzone prop to the |
no outgoing calls
no test coverage detected
searching dependent graphs…