mtcute/packages/tl-runtime
Alina Sireneva d88bc0ea60
chore: code quality improvements
improved eslint config, fixed linter issues, added husky
2023-06-05 00:30:48 +00:00
..
src chore: code quality improvements 2023-06-05 00:30:48 +00:00
tests chore: code quality improvements 2023-06-05 00:30:48 +00:00
package.json chore: code quality improvements 2023-06-05 00:30:48 +00:00
README.md docs: removed typedoc-plugin-coverage 2022-08-28 17:56:56 +03:00
tsconfig.json build(docs): api reference generation improvements 2022-08-24 23:37:26 +03:00
typedoc.js chore: code quality improvements 2023-06-05 00:30:48 +00:00

@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).