update
This commit is contained in:
13
node_modules/concurrently/dist/src/flow-control/logger-padding.d.ts
generated
vendored
Normal file
13
node_modules/concurrently/dist/src/flow-control/logger-padding.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Command } from '../command';
|
||||
import { Logger } from '../logger';
|
||||
import { FlowController } from './flow-controller';
|
||||
export declare class LoggerPadding implements FlowController {
|
||||
private readonly logger;
|
||||
constructor({ logger }: {
|
||||
logger: Logger;
|
||||
});
|
||||
handle(commands: Command[]): {
|
||||
commands: Command[];
|
||||
onFinish: () => void;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user