UNPKG

ooafs

Version:

Type-safe Object-Oriented Async FileSystem

5 lines (4 loc) 165 B
import Entry from './Entry'; import EntryFilter from './EntryFilter'; import { Directory, File } from './FSTypings'; export { Entry, File, Directory, EntryFilter };