6 lines
156 B
Dart
6 lines
156 B
Dart
/// A high-performance, asynchronous file system for the web.
|
|
library web_file_system;
|
|
|
|
export 'package:file/file.dart';
|
|
export 'src/web_file_system.dart';
|