pandora
Version:
A powerful and lightweight application manager for Node.js applications powered by TypeScript.
8 lines (7 loc) • 319 B
TypeScript
export declare function calcAppName(dir?: any): any;
export declare function removePkgNameScope(pkgName: string): string;
export declare function cliParamsToApplicationRepresentation(command: any, cliConfig: any): any;
export declare function parseInspectPort(inspect: string): {
host: string;
port: number;
};