Files
packages.dart/packages/web_file_system/lib/web_file_system.dart
T
2026-01-15 14:12:50 -08:00

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';