UNPKG

367 BTypeScriptView Raw
1import { ServiceType } from "@excitare/cli-types";
2import { IConfiguration } from ".";
3import { ModulePaths } from "./modulePaths";
4export declare function logDebugOutput(modulePaths: ModulePaths, type: ServiceType, configuration: IConfiguration, alias: {
5 [key: string]: string | undefined;
6}, showOutput: boolean): void;
7//# sourceMappingURL=debug.d.ts.map
\No newline at end of file