rangoo94/bestest

View on GitHub
packages/fs/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { FileInterface } from './lib/interfaces/FileInterface'
export { FileMetadataInterface } from './lib/interfaces/FileMetadataInterface'
export { FileSystemInterface } from './lib/interfaces/FileSystemInterface'
export { FileSystemOptionsInterface } from './lib/interfaces/FileSystemOptionsInterface'

export { FileSystem } from './lib/FileSystem'