feat(index): add ability to change attributes of index entry

This commit is contained in:
Aleksey Kulikov 2021-08-11 12:55:04 +03:00
parent 5b8f089723
commit 06b44597d5
4 changed files with 48 additions and 7 deletions

View file

@ -2,3 +2,4 @@ export 'src/repository.dart';
export 'src/config.dart';
export 'src/error.dart';
export 'src/reference.dart';
export 'src/types.dart';