feat: prototype config api

This commit is contained in:
Aleksey Kulikov 2021-06-02 20:44:58 +03:00
parent 0fe3fa9f23
commit 1c6c5579d7
5 changed files with 253 additions and 1 deletions

View file

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