UNPKG

use-fs-access

Version:

A React hook that builds on top of the File System Access API to enable easy file and directory operations in modern browsers.

4 lines 216 B
import useFileSystemAccess, { isApiSupported, showDirectoryPicker } from "./core/use-fs-access"; export default useFileSystemAccess; export { isApiSupported, showDirectoryPicker }; //# sourceMappingURL=index.d.ts.map