Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 501 Bytes

File metadata and controls

14 lines (10 loc) · 501 Bytes

tonutils/tl

A comprehensive and easy-to-use TL (Type Language) toolkit for Node.js and TypeScript, designed to facilitate the generation and usage of type descriptions, constructors, and functions in a type-safe manner. This package streamlines the process of TL marshaling and enables developers to effortlessly integrate TL-based data serialization and deserialization in their decentralized applications.

Usage

const tl = require('tonutils/tl');

// TODO: DEMONSTRATE API