UNPKG

@ton-contests/tact-utils

Version:
9 lines (8 loc) 223 B
type Args = { /** Path to project directory */ root: string; /** Determines, if AST should be saved */ withAst?: boolean; }; export declare function build({ root, withAst }: Args): Promise<void>; export {};