390b65f796
- 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 |
||
---|---|---|
.. | ||
src | ||
tests | ||
package.json | ||
README.md | ||
tsconfig.json | ||
typedoc.js |
@mtcute/tl-runtime
This package contains runtime for TL (de-)serialization.
It only contains binary reader and writer implementations,
and is used by @mtcute/core
.
@mtcute/tl-utils
on the other hand has utilities like codegen
and schema manipulation, which is only needed at runtime if you
are patching the schema (which is a rare case anyways).