mtcute/packages/client/src/index.ts
teidesu 390b65f796 build(docs): api reference generation improvements
- added readme in each package
- updated typedoc, fixed related issues
- use @link instead of @see
- moved configs to typedoc.js, improved exclusion of unneeded stuff
- custom plugin for typedoc for cross-package references
- preparing to move documentation to separate repository
2022-08-24 23:37:26 +03:00

14 lines
295 B
TypeScript

/** @hidden */
export {
MemoryStorage,
JsonFileStorage,
LocalstorageStorage,
tl,
defaultDcs,
assertNever,
} from '@mtcute/core'
export * from './types'
export * from './client'
export * from './utils/peer-utils'
export { createDummyUpdate } from './utils/updates-utils'