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.

5 lines (4 loc) 192 B
import { gitFolderFilter, gitIgnoreFilter } from "./git-filter"; export * from "./dist-filter"; export * from "./git-filter"; export const defaultFilters = [gitFolderFilter, gitIgnoreFilter];