UNPKG

@plexus-interop/cli

Version:

Plexus Interop CLI tools

4 lines (3 loc) 282 B
export declare function genJsStaticModule(outFilePath: string, protoFiles: string[], namespace: string): Promise<void>; export declare function getPbJsExecPath(): string; export declare function genTsStaticModule(outFilePath: string, jsGeneratedFilePath: string): Promise<void>;