4 lines
147 B
Dart
4 lines
147 B
Dart
export 'src/replace.dart';
|
|
export 'src/docx.dart'
|
|
if (dart.library.js_interop) 'src/docx_web.dart'
|
|
if (dart.library.io) 'src/docx.dart'; |