Skip to content

Commit

Permalink
🚚 export Sentinel enum
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Apr 2, 2024
1 parent 0b1ae82 commit f4d7c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/qs_dart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ library qs_dart;
export 'src/enums/duplicates.dart';
export 'src/enums/format.dart';
export 'src/enums/list_format.dart';
export 'src/enums/sentinel.dart';
export 'src/methods.dart' show decode, encode;
export 'src/models/decode_options.dart';
export 'src/models/encode_options.dart';
Expand Down

0 comments on commit f4d7c51

Please sign in to comment.