mtcute/packages/tl-runtime
2024-08-18 09:44:26 +03:00
..
src chore: enabled isolatedDeclarations 2024-08-18 09:44:26 +03:00
package.json chore: migrate to antfu eslint config (+ reformat) 2024-08-18 07:18:13 +03:00
README.md chore: migrate to antfu eslint config (+ reformat) 2024-08-18 07:18:13 +03:00
tsconfig.json chore: migrate to antfu eslint config (+ reformat) 2024-08-18 07:18:13 +03:00
typedoc.cjs docs: fixed typedoc configs 2024-03-15 23:38:39 +03:00

@mtcute/tl-runtime

📖 API Reference

This package contains runtime for TL (de-)serialization. It only contains binary reader and writer implementations, as well as some Uint8Array utilities, 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).

Features

  • Supports all TL features used by the public schema
  • Uint8Array utilities like hexDecode
  • Supports browsers out of the box