UNPKG

@ton-contests/tolk-utils

Version:
7 lines (6 loc) 145 B
type Args = { /** Path to project directory */ root: string; }; export declare function build({ root }: Args): Promise<void>; export {};