@eliseev_s/tolk-tlb-transpiler
Version:
Transpile Tolk structs to TLB definitions and generate TypeScript wrappers for TON blockchain smart contracts
8 lines • 552 B
TypeScript
export type { TolkType, TolkStruct, TypeAliasInfo, TLBDefinition, PrefixInfo, AnnotationInfo, GenericParam, StructField, } from './types';
export { UnionStrategy } from './types';
export { TolkASTProcessor } from './parser';
export { TLBGenerator } from './generator';
export { toSnakeCase, calculateRequiredBits } from './utils';
export { TYPE_MAPPINGS } from './constants';
export { transpileTolkToTlb, formatTlbDefinitions, getTlbStats, transpileTolkToTlbDefinitions, generateContractWrapper, } from './handlers';
//# sourceMappingURL=index.d.ts.map