fix(client): export defaultDcs

This commit is contained in:
teidesu 2021-07-14 20:58:27 +03:00
parent a7f7e245d8
commit c8c0b4a320

View file

@ -2,7 +2,8 @@ export {
MemoryStorage, MemoryStorage,
JsonFileStorage, JsonFileStorage,
LocalstorageStorage, LocalstorageStorage,
tl tl,
defaultDcs
} from '@mtcute/core' } from '@mtcute/core'
export * from '@mtcute/tl/errors' export * from '@mtcute/tl/errors'