@mesh-tech/mesh-cli
Version:
CLI for Mesh platform development utilities
6 lines (5 loc) • 295 B
TypeScript
import { Command } from "commander";
export declare function shimScript(): string;
export declare function defaultShimDir(): string;
export declare function dirOnPath(dir: string, pathEnv: string | undefined): boolean;
export declare function registerInstallShimCommand(program: Command): void;