UNPKG

@ton-contests/tact-utils

Version:
7 lines (6 loc) 135 B
type Args = { /** Path to project directory */ root: string; }; export declare function pack({ root }: Args): void; export {};