UNPKG

@mesh-tech/mesh-cli

Version:

CLI for Mesh platform development utilities

8 lines (7 loc) 235 B
import { type CommonOpts } from "./common.js"; interface GetOpts extends CommonOpts { target?: string; output?: string; } export declare function getCommand(repo: string, path: string, opts: GetOpts): Promise<void>; export {};