brainy/dist/types/fileSystemTypes.js

8 lines
365 B
JavaScript
Raw Normal View History

/**
* Type declarations for the File System Access API
* Extends the FileSystemDirectoryHandle interface to include the [Symbol.asyncIterator] method
* and FileSystemHandle to include getFile() method for TypeScript compatibility
*/
// Export something to make this a module
export const fileSystemTypesLoaded = true;
//# sourceMappingURL=fileSystemTypes.js.map